++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Asia/Kolkata Choosen random timezone Asia/Kolkata + echo 'Choosen random timezone Asia/Kolkata' + ln -snf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime + echo Asia/Kolkata + dpkg -i package_folder/clickhouse-common-static_24.3.18.10425.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10425.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10425.altinitystable+tsan) ... Setting up clickhouse-common-static (24.3.18.10425.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10425.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10425.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10425.altinitystable+tsan) ... Setting up clickhouse-common-static-dbg (24.3.18.10425.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10425.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10425.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-server (24.3.18.10425.altinitystable+tsan) ... Setting up clickhouse-server (24.3.18.10425.altinitystable+tsan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10425.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10425.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-client (24.3.18.10425.altinitystable+tsan) ... Setting up clickhouse-client (24.3.18.10425.altinitystable+tsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10425.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=37165056 + sed --follow-symlinks -i 's|[[:digit:]]\+|37165056|' /etc/clickhouse-server/config.d/keeper_port.xml + value=18984960 + sed --follow-symlinks -i 's|[[:digit:]]\+|18984960|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + ./minio server --address :11111 ./minio_data + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:43407 http://127.0.0.1:43407 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (43407), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1846328992F8E777ad7c5806-da76-4eb3-9a59-d84388c98671 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 269 root 10u IPv6 33144 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 62.39 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 41.26 MiB/s + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 21.18 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.03 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.57 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.10 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 3.16 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Jun 5 22:00 . drwxr-xr-x 1 root root 4.0K Jun 5 22:00 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 21:56 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Jun 5 22:00 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Jun 5 22:00 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Jun 5 22:00 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Jun 5 22:00 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8.6K Jun 5 21:56 broken_tests.json drwxr-xr-x 5 root root 340 Jun 5 22:00 dev -rwxr-xr-x 1 root root 0 Jun 5 22:00 .dockerenv drwxr-xr-x 1 root root 4.0K Jun 5 22:00 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K Jun 5 22:01 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Jun 5 22:00 package_folder dr-xr-xr-x 312 root root 0 Jun 5 22:00 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K Jun 5 22:01 root drwxr-xr-x 1 root root 4.0K Jun 5 22:00 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 22:00 sys drwxrwxr-x 2 1000 1000 4.0K Jun 5 22:00 test_output drwxrwxrwt 1 root root 4.0K Jun 5 22:00 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 542 clickhouse 322u IPv4 23080 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start ==726==Installed the sigaction for signal 11 ==726==Installed the sigaction for signal 7 ==726==Installed the sigaction for signal 8 ==726==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 726) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 727, parent had 1 threads ThreadSanitizer: forked new process with pid 730, parent had 1 threads ==733==Installed the sigaction for signal 11 ==733==Installed the sigaction for signal 7 ==733==Installed the sigaction for signal 8 ==733==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 733) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 734, parent had 1 threads Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3328 frees: 2304 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 56K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 12K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 24K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 0 times, remains 0 (0 K) max 0 M; by size logs: chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3328 frees: 2304 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 60K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 5 M; by size logs: 20:10; + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "PUT /devstoreaccount1/cont/wteuitcmclszwrnagjnicymsswxqcbgs?blockid=grygmsrfohxqspyjiewtkrgazulvwrqlnjzzzlxjnmtyatuzorqinnijaoyqdlje&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "PUT /devstoreaccount1/cont/wteuitcmclszwrnagjnicymsswxqcbgs?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "GET /devstoreaccount1/cont/wteuitcmclszwrnagjnicymsswxqcbgs HTTP/1.1" 206 4 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "GET /devstoreaccount1/cont/wteuitcmclszwrnagjnicymsswxqcbgs HTTP/1.1" 206 2 127.0.0.1 - - [05/Jun/2025:16:31:29 +0000] "DELETE /devstoreaccount1/cont/wteuitcmclszwrnagjnicymsswxqcbgs HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 736 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 1 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 1 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-06-05 22:02:24 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-06-05 22:02:24 Connecting to ClickHouse server... OK 2025-06-05 22:02:24 Connected to server 24.3.18.10425.altinitystable @ 7b7f60d703c9d032be75b347475389eb61433c88 HEAD 2025-06-05 22:02:24 Found 1142 parallel tests and 104 sequential tests 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-3). 2025-06-05 22:02:25 2025-06-05 22:02:25 03290_dictionary_assert_on_function: [ OK ] 0.84 sec. 2025-06-05 22:02:25 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-4). 2025-06-05 22:02:25 2025-06-05 22:02:25 03273_select_from_explain_ast_non_select: [ OK ] 1.00 sec. 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-9). 2025-06-05 22:02:25 2025-06-05 22:02:25 03215_udf_with_union: [ OK ] 1.02 sec. 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-5). 2025-06-05 22:02:25 2025-06-05 22:02:25 03251_unaligned_window_function_state: [ OK ] 1.12 sec. 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-2). 2025-06-05 22:02:25 2025-06-05 22:02:25 03290_final_replacing: [ OK ] 1.19 sec. 2025-06-05 22:02:25 2025-06-05 22:02:25 Running about 142 stateless tests (ForkPoolWorker-7). 2025-06-05 22:02:25 2025-06-05 22:02:25 03231_pr_duplicate_announcement: [ OK ] 1.47 sec. 2025-06-05 22:02:26 2025-06-05 22:02:26 Running about 142 stateless tests (ForkPoolWorker-8). 2025-06-05 22:02:26 2025-06-05 22:02:26 03228_virtual_column_merge_dist: [ OK ] 1.51 sec. 2025-06-05 22:02:26 03165_order_by_duplicate: [ OK ] 0.67 sec. 2025-06-05 22:02:26 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 0.62 sec. 2025-06-05 22:02:26 03164_create_as_default: [ OK ] 0.72 sec. 2025-06-05 22:02:26 03149_analyzer_window_redefinition: [ OK ] 0.74 sec. 2025-06-05 22:02:26 03036_prewhere_lambda_function: [ OK ] 0.67 sec. 2025-06-05 22:02:26 03033_analyzer_parametrized_view_alias: [ OK ] 0.71 sec. 2025-06-05 22:02:26 03032_scalars_create_as_select: [ OK ] 0.73 sec. 2025-06-05 22:02:26 03031_low_cardinality_logical_error: [ OK ] 0.66 sec. 2025-06-05 22:02:27 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.69 sec. 2025-06-05 22:02:28 03017_analyzer_groupby_fuzz_61600: [ OK ] 1.42 sec. 2025-06-05 22:02:28 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 1.44 sec. 2025-06-05 22:02:28 03013_hop_infinite_loop: [ OK ] 1.23 sec. 2025-06-05 22:02:28 2025-06-05 22:02:28 Running about 142 stateless tests (ForkPoolWorker-6). 2025-06-05 22:02:28 2025-06-05 22:02:28 03198_settings_in_csv_tsv_schema_cache: [ OK ] 4.41 sec. 2025-06-05 22:02:28 03013_repeat_with_nonnative_integers: [ OK ] 0.69 sec. 2025-06-05 22:02:28 03021_output_format_tty: [ OK ] 2.55 sec. 2025-06-05 22:02:28 03020_order_by_SimpleAggregateFunction: [ OK ] 2.27 sec. 2025-06-05 22:02:29 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 0.67 sec. 2025-06-05 22:02:29 03010_file_log_large_poll_batch_size: [ OK ] 0.54 sec. 2025-06-05 22:02:29 03007_column_nullable_uninitialzed_value: [ OK ] 0.62 sec. 2025-06-05 22:02:29 03008_index_small: [ OK ] 0.77 sec. 2025-06-05 22:02:29 03010_view_prewhere_in: [ OK ] 0.92 sec. 2025-06-05 22:02:30 03010_sum_to_to_count_if_nullable: [ OK ] 1.14 sec. 2025-06-05 22:02:30 03006_mv_deduplication_throw_if_async_insert: [ OK ] 1.03 sec. 2025-06-05 22:02:30 03006_parallel_replicas_prewhere: [ OK ] 0.87 sec. 2025-06-05 22:02:30 03030_system_flush_distributed_settings: [ OK ] 4.05 sec. 2025-06-05 22:02:30 03005_input_function_in_join: [ OK ] 0.63 sec. 2025-06-05 22:02:30 03000_minmax_index_first: [ OK ] 0.74 sec. 2025-06-05 22:02:31 02997_projections_formatting: [ OK ] 0.60 sec. 2025-06-05 22:02:31 02998_analyzer_prewhere_report: [ OK ] 0.78 sec. 2025-06-05 22:02:31 02998_projection_after_attach_partition: [ OK ] 1.08 sec. 2025-06-05 22:02:31 02996_nullable_arrayReduce: [ OK ] 0.92 sec. 2025-06-05 22:02:32 02994_inconsistent_formatting: [ OK ] 0.80 sec. 2025-06-05 22:02:32 02992_settings_overflow: [ OK ] 0.63 sec. 2025-06-05 22:02:32 03145_non_loaded_projection_backup: [ OK ] 7.27 sec. 2025-06-05 22:02:33 03006_async_insert_deadlock_log: [ OK ] 3.63 sec. 2025-06-05 22:02:34 02982_dont_infer_exponent_floats: [ OK ] 1.19 sec. 2025-06-05 22:02:34 02984_topk_empty_merge: [ OK ] 1.56 sec. 2025-06-05 22:02:36 02985_minmax_index_aggregate_function: [ OK ] 3.66 sec. 2025-06-05 22:02:36 02981_variant_type_function: [ OK ] 1.96 sec. 2025-06-05 22:02:36 02989_join_using_parent_scope: [ OK ] 4.40 sec. 2025-06-05 22:02:37 02982_minmax_nan_null_order: [ OK ] 2.70 sec. 2025-06-05 22:02:37 02971_limit_by_distributed: [ OK ] 1.17 sec. 2025-06-05 22:02:38 03001_backup_matview_after_modify_query: [ OK ] 7.95 sec. 2025-06-05 22:02:39 02973_block_number_sparse_serialization_and_mutation: [ OK ] 3.13 sec. 2025-06-05 22:02:40 02968_mysql_show_warnings: [ OK ] 2.30 sec. 2025-06-05 22:02:40 02965_projection_with_partition_pruning: [ OK ] 0.92 sec. 2025-06-05 22:02:40 02967_mysql_settings_override: [ OK ] 2.41 sec. 2025-06-05 22:02:42 02962_analyzer_const_in_count_distinct: [ OK ] 1.60 sec. 2025-06-05 22:02:42 02959_system_database_engines: [ OK ] 0.63 sec. 2025-06-05 22:02:44 02958_transform_enum: [ OK ] 1.26 sec. 2025-06-05 22:02:44 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 7.91 sec. 2025-06-05 22:02:45 02954_analyzer_fuzz_i57086: [ OK ] 1.40 sec. 2025-06-05 22:02:46 03001_matview_columns_after_modify_query: [ OK ] 16.40 sec. 2025-06-05 22:02:46 02953_slow_create_view: [ OK ] 1.79 sec. 2025-06-05 22:02:46 02963_single_value_destructor: [ OK ] 6.22 sec. 2025-06-05 22:02:46 02952_conjunction_optimization: [ OK ] 1.14 sec. 2025-06-05 22:02:47 02994_libarchive_compression: [ OK ] 16.57 sec. 2025-06-05 22:02:48 02949_parallel_replicas_scalar_subquery_big_integer: [ OK ] 1.67 sec. 2025-06-05 22:02:48 02994_sanity_check_settings: [ OK ] 17.64 sec. 2025-06-05 22:02:48 02947_parallel_replicas_remote: [ OK ] 1.97 sec. 2025-06-05 22:02:49 02947_merge_tree_index_table_2: [ OK ] 1.24 sec. 2025-06-05 22:02:49 02950_part_offset_as_primary_key: [ OK ] 2.74 sec. 2025-06-05 22:02:58 02935_external_table_enum_type: [ OK ] 9.70 sec. 2025-06-05 22:03:05 02969_auto_format_detection: [ OK ] 27.63 sec. 2025-06-05 22:03:08 02923_cte_equality_disjunction: [ OK ] 2.21 sec. 2025-06-05 22:03:10 02923_explain_expired_context: [ OK ] 2.25 sec. 2025-06-05 22:03:14 02932_idna: [ OK ] 24.93 sec. 2025-06-05 22:03:14 02935_http_content_type_with_http_headers_progress: [ OK ] 25.12 sec. 2025-06-05 22:03:14 02950_reading_array_tuple_subcolumns: [ OK ] 28.03 sec. 2025-06-05 22:03:15 02919_segfault_nullable_materialized_update: [ OK ] 1.30 sec. 2025-06-05 22:03:16 02919_ddsketch_quantile: [ OK ] 1.98 sec. 2025-06-05 22:03:16 02918_analyzer_to_ast_crash: [ OK ] 0.69 sec. 2025-06-05 22:03:16 02922_server_exit_code: [ OK ] 2.33 sec. 2025-06-05 22:03:16 02922_respect_nulls_extensive: [ OK ] 5.74 sec. 2025-06-05 22:03:17 02916_set_formatting: [ OK ] 0.68 sec. 2025-06-05 22:03:17 02916_csv_infer_numbers_from_strings: [ OK ] 0.68 sec. 2025-06-05 22:03:17 02915_analyzer_fuzz_5: [ OK ] 0.76 sec. 2025-06-05 22:03:18 02915_sleep_large_uint: [ OK ] 0.86 sec. 2025-06-05 22:03:18 02916_date_text_parsing: [ OK ] 1.84 sec. 2025-06-05 22:03:18 02911_analyzer_explain_estimate: [ OK ] 0.63 sec. 2025-06-05 22:03:19 02914_t64_buffer_overflow: [ OK ] 1.74 sec. 2025-06-05 22:03:19 02910_nullable_enum_cast: [ OK ] 0.63 sec. 2025-06-05 22:03:19 02911_arrow_large_list: [ OK ] 2.03 sec. 2025-06-05 22:03:19 02961_output_format_compress_params: [ OK ] 38.84 sec. 2025-06-05 22:03:19 02935_parallel_replicas_settings: [ OK ] 31.13 sec. 2025-06-05 22:03:21 02909_settings_in_json_schema_cache: [ OK ] 2.13 sec. 2025-06-05 22:03:22 02902_json_skip_null_values: [ OK ] 0.88 sec. 2025-06-05 22:03:22 02905_structure_to_schema_bad_names: [ OK ] 2.92 sec. 2025-06-05 22:03:23 02902_add_scalar_in_all_case: [ OK ] 0.88 sec. 2025-06-05 22:03:24 02907_backup_mv_with_no_inner_table: [ OK ] 4.85 sec. 2025-06-05 22:03:24 02932_set_ttl_where: [ OK ] 24.87 sec. 2025-06-05 22:03:25 02896_multiple_OR: [ OK ] 0.92 sec. 2025-06-05 22:03:26 02896_illegal_sampling: [ OK ] 1.07 sec. 2025-06-05 22:03:44 02903_rmt_retriable_merge_exception: [ OK ] 19.76 sec. 2025-06-05 22:03:44 02907_preferred_optimize_projection_name: [ OK ] 22.12 sec. 2025-06-05 22:03:44 02899_restore_parts_replicated_merge_tree: [ OK ] 21.29 sec. 2025-06-05 22:03:44 02896_leading_zeroes_no_octal: [ OK ] 20.13 sec. 2025-06-05 22:03:44 02895_cast_operator_bug: [ OK ] 0.56 sec. 2025-06-05 22:03:45 02889_print_pretty_type_names: [ OK ] 0.75 sec. 2025-06-05 22:03:45 02887_format_readable_timedelta_subseconds: [ OK ] 0.81 sec. 2025-06-05 22:03:45 02889_datetime64_from_string: [ OK ] 1.26 sec. 2025-06-05 22:03:46 02888_attach_partition_from_different_tables: [ OK ] 1.63 sec. 2025-06-05 22:03:46 02886_missed_json_subcolumns: [ OK ] 1.34 sec. 2025-06-05 22:03:46 02886_binary_like: [ OK ] 0.93 sec. 2025-06-05 22:03:47 02884_interval_operator_support_plural_literal: [ OK ] 1.02 sec. 2025-06-05 22:03:47 02884_string_distance_function: [ OK ] 1.83 sec. 2025-06-05 22:03:49 02896_dwarf_format: [ OK ] 22.50 sec. 2025-06-05 22:03:49 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 2.12 sec. 2025-06-05 22:03:56 02901_parallel_replicas_rollup: [ OK ] 34.19 sec. 2025-06-05 22:03:56 02883_read_in_reverse_order_virtual_column: [ OK ] 10.17 sec. 2025-06-05 22:03:57 02875_parallel_replicas_cluster_all_replicas: [ OK ] 8.21 sec. 2025-06-05 22:03:57 02884_async_insert_native_protocol_4: [ OK ] 11.12 sec. 2025-06-05 22:03:58 02874_json_merge_patch_function_test: [ OK ] 1.26 sec. 2025-06-05 22:03:58 02868_operator_is_not_distinct_from_priority: [ OK ] 0.70 sec. 2025-06-05 22:03:58 02875_merge_engine_set_index: [ OK ] 9.14 sec. 2025-06-05 22:03:59 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 11.45 sec. 2025-06-05 22:03:59 02845_join_on_cond_sparse: [ OK ] 1.03 sec. 2025-06-05 22:04:00 02870_per_column_settings: [ OK ] 3.03 sec. 2025-06-05 22:04:01 02844_distributed_virtual_columns: [ OK ] 1.14 sec. 2025-06-05 22:04:02 02845_arrayShiftRotate: [ OK ] 2.79 sec. 2025-06-05 22:04:03 02844_table_function_url_filter_by_virtual_columns: [ OK ] 3.97 sec. 2025-06-05 22:04:05 02843_date_predicate_optimizations_bugs: [ OK ] 1.30 sec. 2025-06-05 22:04:06 02873_s3_presigned_url_and_url_with_special_characters: [ OK ] 9.23 sec. 2025-06-05 22:04:07 02844_tsv_carriage_return_parallel_parsing: [ OK ] 5.98 sec. 2025-06-05 22:04:08 02842_capn_proto_outfile_without_schema: [ OK ] 3.46 sec. 2025-06-05 22:04:18 02911_backup_restore_keeper_map: [ OK ] 59.65 sec. 2025-06-05 22:04:18 02834_alter_exception: [ OK ] 10.27 sec. 2025-06-05 22:04:18 02833_std_alias: [ OK ] 9.34 sec. 2025-06-05 22:04:18 02941_variant_type_2: [ OK ] 89.88 sec. 2025-06-05 22:04:18 02843_context_has_expired: [ OK ] 16.20 sec. 2025-06-05 22:04:18 02835_nested_array_lowcardinality: [ OK ] 11.95 sec. 2025-06-05 22:04:19 02831_ast_fuzz_asan_join: [ OK ] 1.14 sec. 2025-06-05 22:04:19 02817_group_array_moving_zero_window_size: [ OK ] 1.49 sec. 2025-06-05 22:04:19 02816_check_projection_metadata: [ OK ] 1.46 sec. 2025-06-05 22:04:20 02815_fix_not_found_constants_col_in_block: [ OK ] 1.23 sec. 2025-06-05 22:04:20 02813_func_today_and_alias: [ OK ] 0.95 sec. 2025-06-05 22:04:20 02815_range_dict_no_direct_join: [ OK ] 1.91 sec. 2025-06-05 22:04:20 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 1.15 sec. 2025-06-05 22:04:22 02812_bug_with_unused_join_columns: [ OK ] 1.56 sec. 2025-06-05 22:04:22 02811_parallel_replicas_prewhere_count: [ OK ] 1.63 sec. 2025-06-05 22:04:23 02811_primary_key_in_columns: [ OK ] 2.40 sec. 2025-06-05 22:04:23 02833_url_without_path_encoding: [ OK ] 5.07 sec. 2025-06-05 22:04:23 02810_initcap: [ OK ] 1.18 sec. 2025-06-05 22:04:23 02810_row_binary_with_defaults: [ OK ] 0.90 sec. 2025-06-05 22:04:23 02809_has_token: [ OK ] 0.61 sec. 2025-06-05 22:04:24 02807_math_unary_crash: [ OK ] 0.80 sec. 2025-06-05 22:04:24 02803_remote_cannot_clone_block: [ OK ] 0.80 sec. 2025-06-05 22:04:25 02845_threads_count_in_distributed_queries: [ OK ] 26.19 sec. 2025-06-05 22:04:25 02809_prewhere_and_in: [ OK ] 2.08 sec. 2025-06-05 22:04:25 02799_transform_empty_arrays: [ OK ] 0.69 sec. 2025-06-05 22:04:26 02797_range_nullable: [ OK ] 1.16 sec. 2025-06-05 22:04:26 02811_csv_input_field_type_mismatch: [ OK ] 5.49 sec. 2025-06-05 22:04:27 02790_keyed_hash_bug: [ OK ] 0.93 sec. 2025-06-05 22:04:28 02793_implicit_pretty_format_settings: [ OK ] 3.09 sec. 2025-06-05 22:04:28 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 1.37 sec. 2025-06-05 22:04:30 02792_alter_table_modify_comment: [ OK ] 4.29 sec. 2025-06-05 22:04:32 02797_aggregator_huge_mem_usage_bug: [ OK ] 7.60 sec. 2025-06-05 22:04:33 02805_distributed_queries_timeouts: [ OK ] 9.88 sec. 2025-06-05 22:04:33 02772_s3_crash: [ OK ] 0.66 sec. 2025-06-05 22:04:34 02784_disable_async_with_dedup_correctly: [ OK ] 5.31 sec. 2025-06-05 22:04:34 02771_log_faminy_truncate_count: [ OK ] 0.93 sec. 2025-06-05 22:04:35 02785_text_with_whitespace_tab_field_delimiter: [ OK ] 6.85 sec. 2025-06-05 22:04:35 02772_jit_date_time_add: [ OK ] 2.05 sec. 2025-06-05 22:04:36 02763_jit_compare_functions_nan: [ OK ] 1.09 sec. 2025-06-05 22:04:39 02783_parallel_replicas_trivial_count_optimization: [ OK ] 8.98 sec. 2025-06-05 22:04:40 02746_index_analysis_binary_operator_with_null: [ OK ] 0.67 sec. 2025-06-05 22:04:41 02734_sparse_columns_short_circuit: [ OK ] 1.36 sec. 2025-06-05 22:04:42 02801_backup_native_copy: [ OK ] 18.41 sec. 2025-06-05 22:04:43 02751_multiquery_with_argument: [ OK ] 6.43 sec. 2025-06-05 22:04:44 02731_formats_s3: [ OK ] 2.55 sec. 2025-06-05 22:04:44 02725_cnf_large_check: [ OK ] 1.55 sec. 2025-06-05 22:04:45 02724_function_in_left_table_clause_asof_join: [ OK ] 0.83 sec. 2025-06-05 22:04:45 02816_clickhouse_local_table_name_expressions: [ OK ] 27.60 sec. 2025-06-05 22:04:46 02719_aggregate_with_empty_string_key: [ OK ] 0.86 sec. 2025-06-05 22:04:47 02713_array_low_cardinality_string: [ OK ] 0.80 sec. 2025-06-05 22:04:47 02730_dictionary_hashed_load_factor_element_count: [ OK ] 4.58 sec. 2025-06-05 22:04:48 02709_generate_random_valid_decimals_and_bools: [ OK ] 0.84 sec. 2025-06-05 22:04:49 02721_url_cluster: [ OK ] 4.36 sec. 2025-06-05 22:04:50 02710_protobuf_ipv4_date32: [ OK ] 3.03 sec. 2025-06-05 22:04:50 02707_protobuf_unnamed_tuple_as_nested_message: [ OK ] 2.03 sec. 2025-06-05 22:04:50 02714_read_bytes_aggregateFunction: [ OK ] 4.34 sec. 2025-06-05 22:04:50 02703_jit_external_aggregation: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:04:50 02707_skip_index_with_in: [ OK ] 1.28 sec. 2025-06-05 22:04:51 02703_explain_query_tree_is_forbidden_with_old_analyzer: [ OK ] 0.83 sec. 2025-06-05 22:04:51 02706_array_map_tuples: [ OK ] 0.96 sec. 2025-06-05 22:04:52 02699_polygons_sym_difference_total: [ OK ] 0.69 sec. 2025-06-05 22:04:52 02699_polygons_sym_difference_rollup: [ OK ] 1.16 sec. 2025-06-05 22:04:52 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 0.73 sec. 2025-06-05 22:04:53 02705_protobuf_debug_abort: [ OK ] 2.82 sec. 2025-06-05 22:04:53 02771_semi_join_use_nulls: [ OK ] 18.96 sec. 2025-06-05 22:04:53 02687_native_fuzz: [ OK ] 0.70 sec. 2025-06-05 22:04:53 02695_storage_join_insert_select_deadlock: [ OK ] 1.17 sec. 2025-06-05 22:04:54 02682_quantiles_too_large_size: [ OK ] 0.70 sec. 2025-06-05 22:04:54 02685_bson2: [ OK ] 0.76 sec. 2025-06-05 22:04:54 02680_lc_null_as_default: [ OK ] 0.79 sec. 2025-06-05 22:04:54 02680_default_star: [ OK ] 0.48 sec. 2025-06-05 22:04:54 02679_query_parameters_dangling_pointer: [ OK ] 0.71 sec. 2025-06-05 22:04:54 02681_comparsion_tuple_elimination_ast: [ OK ] 1.16 sec. 2025-06-05 22:04:55 02678_explain_pipeline_graph_with_projection: [ OK ] 0.83 sec. 2025-06-05 22:04:55 02676_distinct_reading_in_order_analyzer: [ OK ] 0.78 sec. 2025-06-05 22:04:57 02676_to_decimal_string: [ OK ] 2.13 sec. 2025-06-05 22:04:57 02677_decode_url_component: [ OK ] 2.89 sec. 2025-06-05 22:04:57 02674_trivial_count_analyzer: [ OK ] 1.91 sec. 2025-06-05 22:04:58 02662_sparse_columns_mutations_5: [ OK ] 1.07 sec. 2025-06-05 22:05:00 02662_sparse_columns_mutations_2: [ OK ] 1.61 sec. 2025-06-05 22:05:00 02662_sparse_columns_mutations_3: [ OK ] 3.08 sec. 2025-06-05 22:05:04 02703_max_local_write_bandwidth: [ OK ] 13.50 sec. 2025-06-05 22:05:06 02668_parse_datetime_in_joda_syntax: [ OK ] 9.01 sec. 2025-06-05 22:05:07 02675_profile_events_from_query_log_and_client: [ OK ] 11.73 sec. 2025-06-05 22:05:08 02597_column_update_tricy_expression_and_replication: [ OK ] 2.72 sec. 2025-06-05 22:05:09 02594_msgpack_more_types: [ OK ] 2.67 sec. 2025-06-05 22:05:11 02592_avro_records_with_same_names: [ OK ] 2.04 sec. 2025-06-05 22:05:13 02586_generate_random_structure: [ OK ] 1.87 sec. 2025-06-05 22:05:14 02588_avro_date32_and_decimals: [ OK ] 4.15 sec. 2025-06-05 22:05:15 02583_map_literal_cast: [ OK ] 1.00 sec. 2025-06-05 22:05:15 02579_fill_empty_chunk: [ OK ] 0.68 sec. 2025-06-05 22:05:16 02584_compressor_codecs: [ OK ] 3.33 sec. 2025-06-05 22:05:16 02576_predicate_push_down_sorting_fix: [ OK ] 0.72 sec. 2025-06-05 22:05:17 02575_merge_prewhere_materialized: [ OK ] 1.06 sec. 2025-06-05 22:05:17 02575_map_hashing_msan: [ OK ] 1.04 sec. 2025-06-05 22:05:20 02567_and_consistency: [ OK ] 2.47 sec. 2025-06-05 22:05:20 02564_read_in_order_final_desc: [ OK ] 0.84 sec. 2025-06-05 22:05:21 02765_queries_with_subqueries_profile_events: [ OK ] 47.14 sec. 2025-06-05 22:05:22 02567_native_type_conversions: [ OK ] 4.24 sec. 2025-06-05 22:05:24 02661_read_from_archive_tar: [ OK ] 23.64 sec. 2025-06-05 22:05:24 02562_regexp_extract: [ OK ] 2.55 sec. 2025-06-05 22:05:24 02661_read_from_archive_zip: [ OK ] 24.09 sec. 2025-06-05 22:05:25 02560_quantile_min_max: [ OK ] 0.94 sec. 2025-06-05 22:05:26 02560_tuple_format: [ OK ] 2.04 sec. 2025-06-05 22:05:26 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 0.95 sec. 2025-06-05 22:05:27 02551_ipv4_implicit_uint64: [ OK ] 0.74 sec. 2025-06-05 22:05:28 02541_multiple_ignore_with_nested_select: [ OK ] 0.66 sec. 2025-06-05 22:05:28 02554_log_faminy_support_storage_policy: [ OK ] 1.70 sec. 2025-06-05 22:05:28 02541_analyzer_grouping_sets_crash_fix: [ OK ] 0.77 sec. 2025-06-05 22:05:29 02661_read_from_archive_tzst: [ OK ] 25.01 sec. 2025-06-05 22:05:29 02538_nullable_array_tuple_timeseries: [ OK ] 0.54 sec. 2025-06-05 22:05:30 02562_native_tskv_default_for_omitted_fields: [ OK ] 9.62 sec. 2025-06-05 22:05:30 02538_analyzer_create_table_as_select: [ OK ] 0.95 sec. 2025-06-05 22:05:31 02538_alter_rename_sequence: [ OK ] 2.47 sec. 2025-06-05 22:05:31 02532_profileevents_server_startup_time: [ OK ] 0.66 sec. 2025-06-05 22:05:32 02531_semi_join_null_const_bug: [ OK ] 0.63 sec. 2025-06-05 22:05:32 02525_analyzer_function_in_crash_fix: [ OK ] 0.79 sec. 2025-06-05 22:05:32 02524_fuzz_and_fuss_2: [ OK ] 0.64 sec. 2025-06-05 22:05:33 02524_fuzz_and_fuss: [ OK ] 0.72 sec. 2025-06-05 22:05:34 02521_analyzer_array_join_crash: [ OK ] 1.24 sec. 2025-06-05 22:05:34 02535_json_bson_each_row_curl: [ OK ] 4.16 sec. 2025-06-05 22:05:35 02518_merge_engine_nullable_43324: [ OK ] 1.04 sec. 2025-06-05 22:05:36 02518_qualified_asterisks_alias_table_name: [ OK ] 1.27 sec. 2025-06-05 22:05:36 02539_settings_alias: [ OK ] 8.16 sec. 2025-06-05 22:05:37 02521_lightweight_delete_and_ttl: [ OK ] 4.17 sec. 2025-06-05 22:05:37 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.71 sec. 2025-06-05 22:05:37 02514_tsv_zero_started_number: [ OK ] 0.52 sec. 2025-06-05 22:05:38 02514_if_with_lazy_low_cardinality: [ OK ] 0.79 sec. 2025-06-05 22:05:38 02515_aggregate_functions_statistics: [ OK ] 2.21 sec. 2025-06-05 22:05:39 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 0.85 sec. 2025-06-05 22:05:40 02503_join_switch_alias_fuzz: [ OK ] 0.65 sec. 2025-06-05 22:05:42 02560_vertical_merge_memory_usage: [ OK ] 17.70 sec. 2025-06-05 22:05:42 02513_parquet_orc_arrow_nullable_schema_inference: [ OK ] 4.73 sec. 2025-06-05 22:05:42 02513_date_string_comparison: [ OK ] 4.76 sec. 2025-06-05 22:05:42 02497_remote_disk_fat_column: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:05:43 02499_analyzer_set_index: [ OK ] 1.05 sec. 2025-06-05 22:05:48 02496_format_datetime_in_joda_syntax: [ OK ] 5.03 sec. 2025-06-05 22:05:49 02494_parser_string_binary_literal: [ OK ] 1.13 sec. 2025-06-05 22:05:50 02494_combinators_with_null_argument: [ OK ] 1.11 sec. 2025-06-05 22:05:50 02500_numbers_inference: [ OK ] 10.68 sec. 2025-06-05 22:05:52 02493_analyzer_table_functions_untuple: [ OK ] 2.08 sec. 2025-06-05 22:05:52 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 8.71 sec. 2025-06-05 22:05:52 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.66 sec. 2025-06-05 22:05:54 02561_null_as_default_more_formats: [ OK ] 31.86 sec. 2025-06-05 22:05:57 02489_analyzer_indexes: [ OK ] 2.90 sec. 2025-06-05 22:05:57 02493_numeric_literals_with_underscores: [ OK ] 4.67 sec. 2025-06-05 22:05:57 02481_fix_parameters_parsing: [ OK ] 0.46 sec. 2025-06-05 22:05:58 02491_part_log_has_table_uuid: [ OK ] 6.26 sec. 2025-06-05 22:05:59 02481_i43247_ubsan_in_minmaxany: [ OK ] 1.99 sec. 2025-06-05 22:06:00 02480_tlp_nan: [ OK ] 0.96 sec. 2025-06-05 22:06:00 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.34 sec. 2025-06-05 22:06:00 02490_replacing_merge_tree_is_deleted_column: [ OK ] 7.85 sec. 2025-06-05 22:06:00 02479_analyzer_aggregation_totals_rollup_crash_fix: [ OK ] 0.77 sec. 2025-06-05 22:06:01 02478_factorial: [ OK ] 1.44 sec. 2025-06-05 22:06:01 02477_analyzer_ast_key_condition_crash: [ OK ] 0.79 sec. 2025-06-05 22:06:02 02476_query_parameters_insert: [ OK ] 0.77 sec. 2025-06-05 22:06:03 02478_projection_with_group_by_alter: [ OK ] 2.16 sec. 2025-06-05 22:06:03 02475_positive_modulo: [ OK ] 0.71 sec. 2025-06-05 22:06:03 02474_create_user_query_fuzzer_bug: [ OK ] 0.53 sec. 2025-06-05 22:06:04 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 1.00 sec. 2025-06-05 22:06:04 02472_segfault_expression_parser: [ OK ] 0.49 sec. 2025-06-05 22:06:05 02469_fix_aliases_parser: [ OK ] 0.62 sec. 2025-06-05 22:06:06 02477_analyzer_array_join_with_join: [ OK ] 4.19 sec. 2025-06-05 22:06:06 02468_has_any_tuple: [ OK ] 0.67 sec. 2025-06-05 22:06:07 02461_join_lc_issue_42380: [ OK ] 1.21 sec. 2025-06-05 22:06:09 02473_functions_in_readonly_mode: [ OK ] 5.34 sec. 2025-06-05 22:06:10 02459_read_in_order_bufer: [ OK ] 0.93 sec. 2025-06-05 22:06:10 02460_projections_and_aggregate_null_if_empty: [ OK ] 2.59 sec. 2025-06-05 22:06:10 02500_remove_redundant_distinct: [ OK ] 28.24 sec. 2025-06-05 22:06:12 02461_alter_update_respect_part_column_type_bug: [ OK ] 6.39 sec. 2025-06-05 22:06:14 02457_csv_parse_date_out_of_range: [ OK ] 3.96 sec. 2025-06-05 22:06:15 02458_insert_select_progress_tcp: [ OK ] 4.71 sec. 2025-06-05 22:06:16 02455_extract_fixed_string_from_nested_json: [ OK ] 0.77 sec. 2025-06-05 22:06:16 02457_bz2_concatenated: [ OK ] 3.82 sec. 2025-06-05 22:06:17 02760_dictionaries_memory: [ OK ] 101.25 sec. 2025-06-05 22:06:17 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 1.49 sec. 2025-06-05 22:06:18 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 20.65 sec. 2025-06-05 22:06:19 02431_single_value_or_null_empty: [ OK ] 1.16 sec. 2025-06-05 22:06:20 02430_initialize_aggregation_with_combinators: [ OK ] 0.73 sec. 2025-06-05 22:06:20 02457_morton_coding: [ OK ] 10.23 sec. 2025-06-05 22:06:22 02430_bitmap_transform_exception_code: [ OK ] 1.68 sec. 2025-06-05 22:06:22 02429_low_cardinality_trash: [ OK ] 1.73 sec. 2025-06-05 22:06:23 02429_combinators_in_array_reduce: [ OK ] 0.71 sec. 2025-06-05 22:06:23 02429_offset_pipeline_stuck_bug: [ OK ] 0.92 sec. 2025-06-05 22:06:24 02516_projections_with_rollup: [ OK ] 49.08 sec. 2025-06-05 22:06:25 02426_low_cardinality_fixed_string_insert_field: [ OK ] 2.46 sec. 2025-06-05 22:06:26 02417_from_select_syntax: [ OK ] 0.75 sec. 2025-06-05 22:06:27 02416_json_tuple_to_array_schema_inference: [ OK ] 0.82 sec. 2025-06-05 22:06:28 02416_row_policy_always_false_index: [ OK ] 1.08 sec. 2025-06-05 22:06:28 02420_final_setting_analyzer: [ OK ] 3.67 sec. 2025-06-05 22:06:29 02416_grouping_function_compatibility: [ OK ] 1.43 sec. 2025-06-05 22:06:30 02411_legacy_geobase: [ OK ] 1.70 sec. 2025-06-05 22:06:30 02421_type_json_async_insert: [ OK ] 6.85 sec. 2025-06-05 22:06:30 02410_csv_empty_fields_inference: [ OK ] 0.59 sec. 2025-06-05 22:06:31 02405_pmj_issue_40335: [ OK ] 1.20 sec. 2025-06-05 22:06:32 02439_merge_selecting_partitions: [ OK ] 14.84 sec. 2025-06-05 22:06:32 02388_analyzer_recursive_lambda: [ OK ] 1.06 sec. 2025-06-05 22:06:33 02384_decrypt_bad_arguments: [ OK ] 1.11 sec. 2025-06-05 22:06:33 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:06:34 02385_analyzer_aliases_compound_expression: [ OK ] 1.53 sec. 2025-06-05 22:06:34 02457_morton_coding_with_mask: [ OK ] 20.21 sec. 2025-06-05 22:06:35 02377_executable_function_settings: [ OK ] 1.15 sec. 2025-06-05 22:06:35 02377_analyzer_in_function_set: [ OK ] 1.25 sec. 2025-06-05 22:06:35 02374_combine_multi_if_and_count_if_opt: [ OK ] 0.87 sec. 2025-06-05 22:06:36 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.82 sec. 2025-06-05 22:06:36 02400_memory_accounting_on_error: [ OK ] 6.02 sec. 2025-06-05 22:06:36 02368_cancel_write_into_hdfs: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:06:38 02367_join_pushdown_column_not_found: [ OK ] 1.25 sec. 2025-06-05 22:06:38 02371_analyzer_join_cross: [ OK ] 2.72 sec. 2025-06-05 22:06:38 02366_window_function_order_by: [ OK ] 0.73 sec. 2025-06-05 22:06:39 02366_kql_create_table: [ OK ] 1.11 sec. 2025-06-05 22:06:40 02366_explain_query_tree: [ OK ] 1.21 sec. 2025-06-05 22:06:41 02366_kql_mvexpand: [ OK ] 1.49 sec. 2025-06-05 22:06:41 02366_kql_func_math: [ OK ] 1.13 sec. 2025-06-05 22:06:41 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 11.32 sec. 2025-06-05 22:06:42 02364_window_case: [ OK ] 0.64 sec. 2025-06-05 22:06:47 02373_datetime64_monotonicity: [ OK ] 12.02 sec. 2025-06-05 22:06:48 02360_small_notation_h_for_hour_interval: [ OK ] 0.88 sec. 2025-06-05 22:06:48 02361_fsync_profile_events: [ OK ] 6.45 sec. 2025-06-05 22:06:51 02450_kill_distributed_query_deadlock: [ OK ] 35.11 sec. 2025-06-05 22:06:52 02356_insert_query_log_metrics: [ OK ] 3.81 sec. 2025-06-05 22:06:52 02355_control_block_size_in_aggregator: [ OK ] 0.85 sec. 2025-06-05 22:06:52 02369_lost_part_intersecting_merges: [ OK ] 16.33 sec. 2025-06-05 22:06:56 02357_query_cancellation_race: [ OK ] 8.21 sec. 2025-06-05 22:06:56 02353_simdjson_buffer_overflow: [ OK ] 4.09 sec. 2025-06-05 22:06:56 02352_grouby_shadows_arg: [ OK ] 3.85 sec. 2025-06-05 22:06:58 02355_control_block_size_in_array_join: [ OK ] 5.97 sec. 2025-06-05 22:06:58 02447_drop_database_replica: [ OK ] 41.38 sec. 2025-06-05 22:06:58 02346_to_hour_monotonicity_fix: [ OK ] 1.77 sec. 2025-06-05 22:06:58 02346_inverted_index_match_predicate: [ OK ] 1.73 sec. 2025-06-05 22:06:58 02352_interactive_queries_from_file: [ OK ] 2.33 sec. 2025-06-05 22:06:59 02346_inverted_index_experimental_flag: [ OK ] 1.07 sec. 2025-06-05 22:06:59 02345_create_table_allow_trailing_comma: [ OK ] 1.00 sec. 2025-06-05 22:07:00 02345_analyzer_subqueries: [ OK ] 1.88 sec. 2025-06-05 22:07:01 02342_window_view_different_struct: [ OK ] 1.45 sec. 2025-06-05 22:07:01 02343_group_by_use_nulls: [ OK ] 1.88 sec. 2025-06-05 22:07:02 02344_describe_cache: [ OK ] 3.33 sec. 2025-06-05 22:07:03 02342_analyzer_compound_types: [ OK ] 3.32 sec. 2025-06-05 22:07:04 02332_dist_insert_send_logs_level: [ OK ] 2.91 sec. 2025-06-05 22:07:04 02318_template_schema_inference_bug: [ OK ] 0.97 sec. 2025-06-05 22:07:05 02316_const_string_intersact: [ OK ] 0.62 sec. 2025-06-05 22:07:05 02337_join_analyze_stuck: [ OK ] 4.63 sec. 2025-06-05 22:07:06 02313_dump_column_structure_low_cardinality: [ OK ] 0.78 sec. 2025-06-05 22:07:06 02304_grouping_set_order_by: [ OK ] 0.66 sec. 2025-06-05 22:07:08 02313_test_fpc_codec: [ OK ] 3.22 sec. 2025-06-05 22:07:08 02294_nothing_arguments_in_functions: [ OK ] 1.51 sec. 2025-06-05 22:07:08 02294_decimal_second_errors: [ OK ] 0.75 sec. 2025-06-05 22:07:09 02319_lightweight_delete_on_merge_tree_compact_parts: [ OK ] 6.83 sec. 2025-06-05 22:07:09 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 1.00 sec. 2025-06-05 22:07:10 02310_clickhouse_client_INSERT_progress_profile_events: [ OK ] 4.15 sec. 2025-06-05 22:07:11 02293_h3_line: [ OK ] 2.04 sec. 2025-06-05 22:07:12 02293_http_header_full_summary_without_progress: [ OK ] 3.23 sec. 2025-06-05 22:07:14 02287_type_object_convert: [ OK ] 1.41 sec. 2025-06-05 22:07:14 02290_client_insert_cancel: [ OK ] 3.13 sec. 2025-06-05 22:07:14 02364_multiSearch_function_family: [ OK ] 32.97 sec. 2025-06-05 22:07:15 02286_function_wyhash: [ OK ] 0.70 sec. 2025-06-05 22:07:16 02285_executable_user_defined_function_group_by: [ OK ] 1.78 sec. 2025-06-05 22:07:18 02283_array_norm: [ OK ] 3.16 sec. 2025-06-05 22:07:18 02269_insert_select_with_format_without_schema_inference: [ OK ] 0.75 sec. 2025-06-05 22:07:19 02365_multisearch_random_tests: [ OK ] 38.42 sec. 2025-06-05 22:07:19 02268_json_wrong_root_type_in_schema_inference: [ OK ] 0.93 sec. 2025-06-05 22:07:19 02270_errors_in_files_s3: [ OK ] 3.48 sec. 2025-06-05 22:07:20 02264_format_insert_infile: [ OK ] 0.59 sec. 2025-06-05 22:07:20 02252_reset_non_existing_setting: [ OK ] 0.78 sec. 2025-06-05 22:07:20 02251_last_day_of_month: [ OK ] 0.84 sec. 2025-06-05 22:07:21 02247_fix_extract_parser: [ OK ] 0.80 sec. 2025-06-05 22:07:21 02245_format_string_stack_overflow: [ OK ] 0.70 sec. 2025-06-05 22:07:21 02246_flatten_tuple: [ OK ] 1.20 sec. 2025-06-05 22:07:22 02245_s3_virtual_columns: [ OK ] 1.55 sec. 2025-06-05 22:07:23 02242_if_then_else_null_bug: [ OK ] 0.86 sec. 2025-06-05 22:07:23 02244_make_datetime: [ OK ] 2.27 sec. 2025-06-05 22:07:25 02241_array_first_last_or_null: [ OK ] 1.55 sec. 2025-06-05 22:07:25 02243_make_date32: [ OK ] 3.89 sec. 2025-06-05 22:07:26 02241_short_circuit_short_column: [ OK ] 0.85 sec. 2025-06-05 22:07:26 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.59 sec. 2025-06-05 22:07:27 02242_make_date: [ OK ] 3.81 sec. 2025-06-05 22:07:27 02233_optimize_aggregation_in_order_prefix_with_merge: [ OK ] 1.05 sec. 2025-06-05 22:07:27 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.19 sec. 2025-06-05 22:07:28 02227_union_match_by_name: [ OK ] 0.73 sec. 2025-06-05 22:07:29 02226_analyzer_or_like_combine: [ OK ] 1.61 sec. 2025-06-05 22:07:29 02224_parallel_distributed_insert_select_cluster: [ OK ] 1.43 sec. 2025-06-05 22:07:30 02226_parallel_reading_from_replicas_benchmark: [ OK ] 2.90 sec. 2025-06-05 22:07:30 02212_h3_get_res0_indexes: [ OK ] 0.77 sec. 2025-06-05 22:07:31 02207_ttl_move_if_exists: [ OK ] 0.59 sec. 2025-06-05 22:07:32 02293_selected_rows_and_merges: [ OK ] 22.64 sec. 2025-06-05 22:07:33 02203_shebang: [ OK ] 1.93 sec. 2025-06-05 22:07:34 02202_use_skip_indexes_if_final: [ OK ] 1.90 sec. 2025-06-05 22:07:35 02207_s3_content_type: [ OK ] 5.03 sec. 2025-06-05 22:07:36 02190_format_regexp_cr_in_the_middle: [ OK ] 2.06 sec. 2025-06-05 22:07:39 02193_async_insert_tcp_client_2: [ OK ] 6.47 sec. 2025-06-05 22:07:40 02183_dictionary_date_types: [ OK ] 3.60 sec. 2025-06-05 22:07:40 02180_insert_into_values_settings: [ OK ] 0.72 sec. 2025-06-05 22:07:41 02161_array_first_last: [ OK ] 1.14 sec. 2025-06-05 22:07:42 02179_degrees_radians: [ OK ] 1.47 sec. 2025-06-05 22:07:43 02155_create_table_w_timezone: [ OK ] 0.89 sec. 2025-06-05 22:07:44 02157_readonly_system_suspend: [ OK ] 2.18 sec. 2025-06-05 22:07:47 02155_binary_op_between_float_and_decimal: [ OK ] 4.81 sec. 2025-06-05 22:07:49 02155_csv_with_strings_with_slash: [ OK ] 5.43 sec. 2025-06-05 22:07:50 02155_read_in_order_max_rows_to_read: [ OK ] 2.05 sec. 2025-06-05 22:07:50 02152_dictionary_date32_type: [ OK ] 1.01 sec. 2025-06-05 22:07:51 02152_count_distinct_optimization: [ OK ] 1.50 sec. 2025-06-05 22:07:51 02221_parallel_replicas_bug: [ OK ] 10.98 sec. 2025-06-05 22:07:52 02187_async_inserts_all_formats: [ OK ] 16.56 sec. 2025-06-05 22:07:52 02151_replace_regexp_all_empty_match_alternative: [ OK ] 1.04 sec. 2025-06-05 22:07:53 02151_invalid_setting_with_hints_in_query: [ OK ] 2.45 sec. 2025-06-05 22:07:53 02133_distributed_queries_formatting: [ OK ] 0.68 sec. 2025-06-05 22:07:56 02132_client_history_navigation: [ OK ] 2.17 sec. 2025-06-05 22:07:57 02131_materialize_column_cast: [ OK ] 1.43 sec. 2025-06-05 22:08:00 02136_scalar_subquery_metrics: [ OK ] 8.20 sec. 2025-06-05 22:08:01 02131_skip_index_not_materialized: [ OK ] 1.44 sec. 2025-06-05 22:08:02 02134_async_inserts_formats: [ OK ] 9.73 sec. 2025-06-05 22:08:04 02129_window_functions_disable_optimizations: [ OK ] 1.33 sec. 2025-06-05 22:08:04 02129_add_column_add_ttl: [ OK ] 2.59 sec. 2025-06-05 22:08:05 02128_apply_lambda_parsing: [ OK ] 0.65 sec. 2025-06-05 22:08:05 02131_used_row_policies_in_query_log: [ OK ] 7.84 sec. 2025-06-05 22:08:05 02128_wait_end_of_query_fix: [ OK ] 1.62 sec. 2025-06-05 22:08:06 02124_empty_uuid: [ OK ] 0.69 sec. 2025-06-05 22:08:06 02125_transform_decimal_bug: [ OK ] 1.02 sec. 2025-06-05 22:08:08 02124_insert_deduplication_token: [ OK ] 1.64 sec. 2025-06-05 22:08:09 02124_insert_deduplication_token_replica: [ OK ] 2.46 sec. 2025-06-05 22:08:12 02125_query_views_log_window_function: [ OK ] 6.77 sec. 2025-06-05 22:08:19 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 10.44 sec. 2025-06-05 22:08:19 02122_join_group_by_timeout: [ OK ] 7.61 sec. 2025-06-05 22:08:19 02122_parallel_formatting_XML: [ OK ] 11.33 sec. 2025-06-05 22:08:21 02346_read_in_order_fixed_prefix: [ OK ] 83.43 sec. 2025-06-05 22:08:22 02293_ttest_large_samples: [ OK ] 73.15 sec. 2025-06-05 22:08:22 02273_full_sort_join: [ OK ] 67.81 sec. 2025-06-05 22:08:24 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.33 sec. 2025-06-05 22:08:24 02121_pager: [ OK ] 2.63 sec. 2025-06-05 22:08:25 02100_replaceRegexpAll_bug: [ OK ] 0.89 sec. 2025-06-05 22:08:26 02097_initializeAggregationNullable: [ OK ] 0.89 sec. 2025-06-05 22:08:27 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 7.22 sec. 2025-06-05 22:08:28 02122_parallel_formatting_RowBinary: [ OK ] 8.20 sec. 2025-06-05 22:08:28 02048_alter_command_format: [ OK ] 1.55 sec. 2025-06-05 22:08:28 02122_parallel_formatting_CustomSeparated: [ OK ] 9.05 sec. 2025-06-05 22:08:29 02032_short_circuit_least_greatest_bug: [ OK ] 0.60 sec. 2025-06-05 22:08:29 02096_bad_options_in_client_and_local: [ OK ] 3.02 sec. 2025-06-05 22:08:29 02043_query_obfuscator_embedded_dictionaries: [ OK ] 1.62 sec. 2025-06-05 22:08:30 02026_arrayDifference_const: [ OK ] 0.56 sec. 2025-06-05 22:08:30 02025_dictionary_array_nested_map: [ OK ] 0.85 sec. 2025-06-05 22:08:30 02030_tuple_filter: [ OK ] 1.95 sec. 2025-06-05 22:08:30 02027_ngrams: [ OK ] 1.61 sec. 2025-06-05 22:08:47 02024_compression_in_query: [ OK ] 15.92 sec. 2025-06-05 22:08:48 02100_low_cardinality_nullable_null_default: [ OK ] 23.66 sec. 2025-06-05 22:08:51 02149_schema_inference_formats_with_schema_2: [ OK ] 59.01 sec. 2025-06-05 22:08:53 02017_columns_with_dot_2: [ OK ] 1.79 sec. 2025-06-05 22:08:53 02021_exponential_sum_shard: [ OK ] 22.00 sec. 2025-06-05 22:08:53 02021_map_has: [ OK ] 4.72 sec. 2025-06-05 22:08:54 02016_order_by_with_fill_monotonic_functions_removal: [ OK ] 0.92 sec. 2025-06-05 22:08:56 02022_storage_filelog_one_file: [ OK ] 25.19 sec. 2025-06-05 22:08:56 02024_storage_filelog_mv: [ OK ] 26.03 sec. 2025-06-05 22:08:57 02015_async_inserts_7: [ OK ] 4.35 sec. 2025-06-05 22:08:57 02012_low_cardinality_uuid_with_extremes: [ OK ] 1.48 sec. 2025-06-05 22:09:00 02007_join_use_nulls: [ OK ] 1.99 sec. 2025-06-05 22:09:01 02006_client_test_hint_error_name: [ OK ] 1.41 sec. 2025-06-05 22:09:04 02006_todatetime64_from_string: [ OK ] 2.46 sec. 2025-06-05 22:09:06 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 309.94 sec. 2025-06-05 22:09:06 02015_async_inserts_2: [ OK ] 13.82 sec. 2025-06-05 22:09:07 02008_aliased_column_distributed_bug: [ OK ] 9.57 sec. 2025-06-05 22:09:08 02013_zlib_read_after_eof: [ OK ] 12.50 sec. 2025-06-05 22:09:10 02015_async_inserts_4: [ OK ] 16.04 sec. 2025-06-05 22:09:10 02003_bug_from_23515: [ OK ] 3.09 sec. 2025-06-05 22:09:11 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 4.27 sec. 2025-06-05 22:09:11 02021_exponential_sum: [ OK ] 22.88 sec. 2025-06-05 22:09:11 02001_shard_num_shard_count: [ OK ] 1.60 sec. 2025-06-05 22:09:12 02002_global_subqueries_subquery_or_table_name: [ OK ] 3.02 sec. 2025-06-05 22:09:12 02000_default_from_default_empty_column: [ OK ] 0.83 sec. 2025-06-05 22:09:12 01958_partial_hour_timezone: [ OK ] 0.91 sec. 2025-06-05 22:09:12 01960_lambda_precedence: [ OK ] 0.96 sec. 2025-06-05 22:09:13 01957_heredoc_more: [ OK ] 0.51 sec. 2025-06-05 22:09:14 01952_optimize_distributed_group_by_sharding_key: [ OK ] 1.61 sec. 2025-06-05 22:09:15 02001_join_on_const_bs_long: [ OK ] 5.31 sec. 2025-06-05 22:09:16 02000_join_on_const: [ OK ] 4.77 sec. 2025-06-05 22:09:17 01942_create_table_with_sample: [ OK ] 0.79 sec. 2025-06-05 22:09:17 01942_snowflakeToDateTime: [ OK ] 2.11 sec. 2025-06-05 22:09:18 02004_intersect_except_operators: [ OK ] 14.36 sec. 2025-06-05 22:09:18 01946_tskv: [ OK ] 4.01 sec. 2025-06-05 22:09:18 01941_dict_get_has_complex_single_key: [ OK ] 1.15 sec. 2025-06-05 22:09:18 01940_custom_tld_sharding_key: [ OK ] 0.86 sec. 2025-06-05 22:09:19 01936_empty_function_support_uuid: [ OK ] 0.87 sec. 2025-06-05 22:09:19 01932_alter_index_with_order: [ OK ] 0.85 sec. 2025-06-05 22:09:19 02004_intersect_except_distinct_operators: [ OK ] 12.88 sec. 2025-06-05 22:09:19 01934_constexpr_aggregate_function_parameters: [ OK ] 0.96 sec. 2025-06-05 22:09:19 01932_remote_sharding_key_column: [ OK ] 0.93 sec. 2025-06-05 22:09:20 01914_ubsan_quantile_timing: [ OK ] 0.64 sec. 2025-06-05 22:09:20 01925_merge_prewhere_table: [ OK ] 1.02 sec. 2025-06-05 22:09:21 01926_bin_unbin: [ OK ] 1.90 sec. 2025-06-05 22:09:21 01914_index_bgranvea: [ OK ] 1.06 sec. 2025-06-05 22:09:22 01906_h3_to_geo: [ OK ] 1.37 sec. 2025-06-05 22:09:24 01910_client_replxx_container_overflow_long: [ OK ] 3.50 sec. 2025-06-05 22:09:24 01927_query_views_log_current_database: [ OK ] 5.31 sec. 2025-06-05 22:09:25 01892_setting_limit_offset_distributed: [ OK ] 1.34 sec. 2025-06-05 22:09:27 01897_jit_aggregation_function_avg_weighted_long: [ OK ] 5.68 sec. 2025-06-05 22:09:28 01881_union_header_mismatch_bug: [ OK ] 0.91 sec. 2025-06-05 22:09:28 01889_clickhouse_client_config_format: [ OK ] 3.76 sec. 2025-06-05 22:09:28 01881_negate_formatting: [ OK ] 0.58 sec. 2025-06-05 22:09:29 01883_grouping_sets_crash: [ OK ] 3.90 sec. 2025-06-05 22:09:29 01896_jit_aggregation_function_if_long: [ OK ] 6.73 sec. 2025-06-05 22:09:30 01880_remote_ipv6: [ OK ] 1.54 sec. 2025-06-05 22:09:31 01867_support_datetime64_version_column: [ OK ] 1.53 sec. 2025-06-05 22:09:32 01851_array_difference_decimal_overflow_ubsan: [ OK ] 1.25 sec. 2025-06-05 22:09:33 01851_clear_column_referenced_by_mv: [ OK ] 0.97 sec. 2025-06-05 22:09:33 01866_view_persist_settings: [ OK ] 3.79 sec. 2025-06-05 22:09:34 02100_multiple_hosts_command_line_set: [ OK ] 71.15 sec. 2025-06-05 22:09:34 01840_tupleElement_formatting_fuzzer: [ OK ] 0.67 sec. 2025-06-05 22:09:34 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 0.82 sec. 2025-06-05 22:09:35 01825_type_json_18: [ OK ] 0.84 sec. 2025-06-05 22:09:35 01852_map_combinator: [ OK ] 5.05 sec. 2025-06-05 22:09:36 01825_type_json_14: [ OK ] 0.98 sec. 2025-06-05 22:09:36 01870_modulo_partition_key: [ OK ] 7.32 sec. 2025-06-05 22:09:36 01825_type_json_add_column: [ SKIPPED ] 0.00 sec. - disabled 2025-06-05 22:09:36 01946_profile_sleep: [ OK ] 23.11 sec. 2025-06-05 22:09:37 01823_array_low_cardinality_KuliginStepan: [ OK ] 0.64 sec. 2025-06-05 22:09:37 01825_type_json_distributed: [ OK ] 1.23 sec. 2025-06-05 22:09:37 01825_replacing_vertical_merge: [ OK ] 2.13 sec. 2025-06-05 22:09:38 01801_s3_cluster_count: [ OK ] 1.22 sec. 2025-06-05 22:09:39 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 1.97 sec. 2025-06-05 22:09:40 01798_having_push_down: [ OK ] 1.53 sec. 2025-06-05 22:09:40 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 1.16 sec. 2025-06-05 22:09:41 01818_input_format_with_names_use_header: [ OK ] 3.94 sec. 2025-06-05 22:09:41 01823_explain_json: [ OK ] 4.83 sec. 2025-06-05 22:09:41 01787_map_remote: [ OK ] 1.11 sec. 2025-06-05 22:09:41 01825_type_json_in_other_types: [ OK ] 7.63 sec. 2025-06-05 22:09:42 01954_clickhouse_benchmark_multiple_long: [ OK ] 29.68 sec. 2025-06-05 22:09:43 01781_token_extractor_buffer_overflow: [ OK ] 2.45 sec. 2025-06-05 22:09:43 01770_extended_range_3: [ OK ] 1.73 sec. 2025-06-05 22:09:43 01783_http_chunk_size: [ OK ] 2.88 sec. 2025-06-05 22:09:43 01765_tehran_dst: [ OK ] 0.84 sec. 2025-06-05 22:09:43 01768_array_product: [ OK ] 1.92 sec. 2025-06-05 22:09:45 01760_modulo_negative: [ OK ] 1.70 sec. 2025-06-05 22:09:46 01762_deltasumtimestamp_datetime64: [ OK ] 2.41 sec. 2025-06-05 22:09:46 01757_optimize_skip_unused_shards_limit: [ OK ] 2.67 sec. 2025-06-05 22:09:47 01755_client_highlight_multi_line_comment_regression: [ OK ] 2.11 sec. 2025-06-05 22:09:48 01754_clickhouse_format_backslash: [ OK ] 1.76 sec. 2025-06-05 22:09:48 01781_merge_tree_deduplication: [ OK ] 7.17 sec. 2025-06-05 22:09:48 01753_mutate_table_predicated_with_table: [ OK ] 1.30 sec. 2025-06-05 22:09:50 01748_partition_id_pruning: [ OK ] 2.00 sec. 2025-06-05 22:09:50 01753_system_zookeeper_query_param_path_long: [ OK ] 3.85 sec. 2025-06-05 22:09:50 01735_to_datetime64: [ OK ] 0.64 sec. 2025-06-05 22:09:50 01746_extract_text_from_html: [ OK ] 2.25 sec. 2025-06-05 22:09:51 01737_move_order_key_to_prewhere_select_final: [ OK ] 2.45 sec. 2025-06-05 22:09:51 01734_datetime64_from_float: [ OK ] 1.37 sec. 2025-06-05 22:09:52 01732_explain_syntax_union_query: [ OK ] 1.11 sec. 2025-06-05 22:09:52 01732_more_consistent_datetime64_parsing: [ OK ] 1.21 sec. 2025-06-05 22:09:53 01733_transform_ubsan: [ OK ] 2.82 sec. 2025-06-05 22:09:56 01731_async_task_queue_wait: [ OK ] 3.95 sec. 2025-06-05 22:09:58 01720_engine_file_empty_if_not_exists: [ OK ] 1.46 sec. 2025-06-05 22:09:58 01721_constraints_constant_expressions: [ OK ] 5.77 sec. 2025-06-05 22:09:59 01711_cte_subquery_fix: [ OK ] 1.24 sec. 2025-06-05 22:09:59 01714_alter_drop_version: [ OK ] 1.84 sec. 2025-06-05 22:10:01 01710_minmax_count_projection_constant_query: [ OK ] 1.08 sec. 2025-06-05 22:10:03 01710_normal_projection_join_plan_fix: [ OK ] 2.08 sec. 2025-06-05 22:10:03 01710_projection_part_check: [ OK ] 3.95 sec. 2025-06-05 22:10:05 01710_projection_with_column_transformers: [ OK ] 1.49 sec. 2025-06-05 22:10:05 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 2.23 sec. 2025-06-05 22:10:16 01710_projections_order_by_incomplete: [ OK ] 10.41 sec. 2025-06-05 22:10:16 01763_max_distributed_depth: [ OK ] 32.84 sec. 2025-06-05 22:10:21 01763_long_ttl_group_by: [ OK ] 37.53 sec. 2025-06-05 22:10:21 01710_projection_with_alter_conversions: [ OK ] 3.58 sec. 2025-06-05 22:10:21 01710_minmax_count_projection_distributed_query: [ OK ] 4.05 sec. 2025-06-05 22:10:22 01702_system_numbers_scientific_notation: [ OK ] 1.42 sec. 2025-06-05 22:10:25 01710_normal_projection_with_query_plan_optimization: [ OK ] 4.00 sec. 2025-06-05 22:10:28 01700_deltasum: [ OK ] 2.86 sec. 2025-06-05 22:10:28 01710_minmax_count_projection: [ OK ] 23.06 sec. 2025-06-05 22:10:29 01698_map_populate_overflow: [ OK ] 1.02 sec. 2025-06-05 22:10:29 01685_json_extract_double_as_float: [ OK ] 0.85 sec. 2025-06-05 22:10:30 01684_geohash_ubsan: [ OK ] 0.79 sec. 2025-06-05 22:10:30 01683_codec_encrypted: [ OK ] 0.94 sec. 2025-06-05 22:10:31 01682_gather_utils_ubsan: [ OK ] 0.69 sec. 2025-06-05 22:10:31 01678_great_circle_angle: [ OK ] 0.79 sec. 2025-06-05 22:10:35 01680_date_time_add_ubsan: [ OK ] 5.20 sec. 2025-06-05 22:10:36 01710_normal_projections: [ OK ] 14.76 sec. 2025-06-05 22:10:37 01673_test_toMinute_mysql_dialect: [ OK ] 1.18 sec. 2025-06-05 22:10:38 01672_test_toSecond_mysql_dialect: [ OK ] 0.80 sec. 2025-06-05 22:10:40 01674_filter_by_uint8: [ OK ] 3.95 sec. 2025-06-05 22:10:42 01670_sign_function: [ OK ] 1.74 sec. 2025-06-05 22:10:47 01669_columns_declaration_serde_long: [ OK ] 4.73 sec. 2025-06-05 22:10:47 01720_join_implicit_cast: [ OK ] 53.85 sec. 2025-06-05 22:10:49 01667_aes_args_check: [ OK ] 1.91 sec. 2025-06-05 22:10:53 01665_merge_tree_min_for_concurrent_read: [ OK ] 3.51 sec. 2025-06-05 22:10:54 01664_ntoa_aton_mysql_compatibility: [ OK ] 1.07 sec. 2025-06-05 22:10:55 01664_decimal_ubsan: [ OK ] 1.33 sec. 2025-06-05 22:10:56 01663_test_toDate_mysql_compatibility: [ OK ] 0.69 sec. 2025-06-05 22:11:02 01671_ddl_hang_timeout_long: [ OK ] 23.16 sec. 2025-06-05 22:11:02 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 70.23 sec. 2025-06-05 22:11:03 01656_test_hex_mysql_dialect: [ OK ] 0.58 sec. 2025-06-05 22:11:03 01661_referer: [ OK ] 6.72 sec. 2025-06-05 22:11:04 01660_join_or_inner: [ OK ] 2.22 sec. 2025-06-05 22:11:04 01652_ignore_and_low_cardinality: [ OK ] 0.82 sec. 2025-06-05 22:11:05 01651_group_uniq_array_enum: [ OK ] 0.85 sec. 2025-06-05 22:11:06 01650_fetch_patition_with_macro_in_zk_path_long: [ OK ] 1.55 sec. 2025-06-05 22:11:07 01648_normalize_query_keep_names: [ OK ] 0.55 sec. 2025-06-05 22:11:07 01651_map_functions: [ OK ] 3.06 sec. 2025-06-05 22:11:08 01666_merge_tree_max_query_limit: [ OK ] 20.81 sec. 2025-06-05 22:11:09 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 0.63 sec. 2025-06-05 22:11:09 01636_nullable_fuzz2: [ OK ] 2.03 sec. 2025-06-05 22:11:09 01643_merge_tree_fsync_smoke: [ OK ] 2.24 sec. 2025-06-05 22:11:10 01626_cnf_test: [ OK ] 1.00 sec. 2025-06-05 22:11:10 01622_defaults_for_file_engine: [ OK ] 0.78 sec. 2025-06-05 22:11:11 01621_sort_after_join_pipeline_stuck: [ OK ] 1.74 sec. 2025-06-05 22:11:11 01621_bar_nan_arguments: [ OK ] 0.93 sec. 2025-06-05 22:11:11 01621_summap_check_types: [ OK ] 1.16 sec. 2025-06-05 22:11:12 01610_client_spawn_editor: [ OK ] 0.46 sec. 2025-06-05 22:11:12 01615_two_args_function_index_fix: [ OK ] 0.83 sec. 2025-06-05 22:11:13 01600_encode_XML: [ OK ] 0.63 sec. 2025-06-05 22:11:13 01601_proxy_protocol: [ OK ] 1.62 sec. 2025-06-05 22:11:14 01602_array_aggregation: [ OK ] 2.68 sec. 2025-06-05 22:11:14 01596_full_join_chertus: [ OK ] 0.75 sec. 2025-06-05 22:11:14 01593_functions_in_order_by: [ OK ] 0.62 sec. 2025-06-05 22:11:19 01825_type_json_from_map: [ OK ] 104.64 sec. 2025-06-05 22:11:19 01590_countSubstrings: [ OK ] 4.66 sec. 2025-06-05 22:11:20 01655_plan_optimizations_optimize_read_in_window_order: [ OK ] 16.93 sec. 2025-06-05 22:11:20 01586_storage_join_low_cardinality_key: [ OK ] 1.05 sec. 2025-06-05 22:11:20 01582_deterministic_function_with_predicate: [ OK ] 0.71 sec. 2025-06-05 22:11:21 01581_to_int_inf_nan: [ OK ] 1.52 sec. 2025-06-05 22:11:22 01582_any_join_supertype: [ OK ] 1.89 sec. 2025-06-05 22:11:25 01572_kill_window_function: [ OK ] 2.78 sec. 2025-06-05 22:11:26 01571_window_functions: [ OK ] 1.57 sec. 2025-06-05 22:11:27 01567_system_processes_current_database: [ OK ] 0.69 sec. 2025-06-05 22:11:28 01576_alter_low_cardinality_and_select: [ OK ] 8.11 sec. 2025-06-05 22:11:28 01701_parallel_parsing_infinite_segmentation: [ OK ] 65.71 sec. 2025-06-05 22:11:29 01561_Date_and_DateTime64_comparision: [ OK ] 0.82 sec. 2025-06-05 22:11:29 01565_query_loop_after_client_error: [ OK ] 2.22 sec. 2025-06-05 22:11:31 01559_misplaced_codec_diagnostics: [ OK ] 2.21 sec. 2025-06-05 22:11:32 01560_crash_in_agg_empty_arglist: [ OK ] 3.29 sec. 2025-06-05 22:11:32 01558_ttest: [ OK ] 2.87 sec. 2025-06-05 22:11:33 01557_max_parallel_replicas_no_sample: [ OK ] 1.63 sec. 2025-06-05 22:11:34 01556_accurate_cast_or_null: [ OK ] 2.17 sec. 2025-06-05 22:11:34 01676_clickhouse_client_autocomplete: [ OK ] 62.39 sec. 2025-06-05 22:11:34 01555_or_fill: [ OK ] 1.19 sec. 2025-06-05 22:11:35 01555_system_distribution_queue_mask: [ OK ] 2.25 sec. 2025-06-05 22:11:35 01553_settings_early_apply: [ OK ] 1.06 sec. 2025-06-05 22:11:35 01552_impl_aggfunc_cloneresize: [ OK ] 1.17 sec. 2025-06-05 22:11:35 01550_mutation_subquery: [ OK ] 1.01 sec. 2025-06-05 22:11:36 01549_low_cardinality_materialized_view: [ OK ] 0.88 sec. 2025-06-05 22:11:36 01549_low_cardinality_mv_fuzz: [ OK ] 0.70 sec. 2025-06-05 22:11:36 01548_with_totals_having: [ OK ] 0.86 sec. 2025-06-05 22:11:37 01545_url_file_format_settings: [ OK ] 1.17 sec. 2025-06-05 22:11:37 01535_decimal_round_scale_overflow_check: [ OK ] 0.80 sec. 2025-06-05 22:11:38 01540_verbatim_partition_pruning: [ OK ] 1.83 sec. 2025-06-05 22:11:38 01533_quantile_deterministic_assert: [ OK ] 0.84 sec. 2025-06-05 22:11:38 01534_lambda_array_join: [ OK ] 1.37 sec. 2025-06-05 22:11:40 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 27.63 sec. 2025-06-05 22:11:41 01526_alter_add_and_modify_order_zookeeper: [ OK ] 2.18 sec. 2025-06-05 22:11:41 01532_primary_key_without_order_by_zookeeper: [ OK ] 3.06 sec. 2025-06-05 22:11:41 01523_interval_operator_support_string_literal: [ OK ] 1.11 sec. 2025-06-05 22:11:42 01522_validate_alter_default: [ OK ] 1.32 sec. 2025-06-05 22:11:43 01548_query_log_query_execution_ms: [ OK ] 7.70 sec. 2025-06-05 22:11:43 01521_max_length_alias: [ OK ] 1.00 sec. 2025-06-05 22:11:43 01521_global_in_prewhere_15792: [ OK ] 1.78 sec. 2025-06-05 22:11:44 01523_date_time_compare_with_date_literal: [ OK ] 3.24 sec. 2025-06-05 22:11:44 01516_date_time_output_format: [ OK ] 1.30 sec. 2025-06-05 22:11:45 01511_prewhere_with_virtuals: [ OK ] 0.96 sec. 2025-06-05 22:11:45 01515_logtrace_function: [ OK ] 2.06 sec. 2025-06-05 22:11:46 01529_bad_memory_tracking: [ OK ] 7.64 sec. 2025-06-05 22:11:46 01506_buffer_table_alter_block_structure_2: [ OK ] 0.76 sec. 2025-06-05 22:11:47 01510_format_regexp_raw_low_cardinality: [ OK ] 3.12 sec. 2025-06-05 22:11:49 01509_format_raw_blob: [ OK ] 3.70 sec. 2025-06-05 22:11:49 01509_parallel_quorum_insert_no_replicas_long: [ OK ] 3.80 sec. 2025-06-05 22:11:49 01498_alter_column_storage_memory: [ OK ] 0.71 sec. 2025-06-05 22:11:50 01497_extract_all_groups_empty_match: [ OK ] 0.67 sec. 2025-06-05 22:11:51 01497_alias_on_default_array: [ OK ] 1.08 sec. 2025-06-05 22:11:52 01492_format_readable_quantity: [ OK ] 0.83 sec. 2025-06-05 22:11:52 01501_clickhouse_client_INSERT_exception: [ OK ] 4.79 sec. 2025-06-05 22:11:53 01493_alter_remove_properties: [ OK ] 3.13 sec. 2025-06-05 22:11:53 01479_cross_join_9855: [ OK ] 1.82 sec. 2025-06-05 22:11:55 01462_test_codec_on_alias: [ OK ] 1.61 sec. 2025-06-05 22:11:56 01460_mark_inclusion_search_crash: [ OK ] 0.98 sec. 2025-06-05 22:11:58 01459_decimal_casts: [ OK ] 1.76 sec. 2025-06-05 22:11:59 01470_columns_transformers: [ OK ] 5.26 sec. 2025-06-05 22:11:59 01458_named_tuple_millin: [ OK ] 1.03 sec. 2025-06-05 22:12:01 01457_order_by_nulls_first: [ OK ] 1.81 sec. 2025-06-05 22:12:01 01456_ast_optimizations_over_distributed: [ OK ] 1.61 sec. 2025-06-05 22:12:01 01455_nullable_type_with_if_agg_combinator: [ OK ] 0.73 sec. 2025-06-05 22:12:04 01451_detach_drop_part: [ OK ] 2.75 sec. 2025-06-05 22:12:05 01576_if_null_external_aggregation: [ OK ] 43.08 sec. 2025-06-05 22:12:05 01451_replicated_detach_drop_part_long: [ OK ] 3.55 sec. 2025-06-05 22:12:05 01447_json_strings: [ OK ] 0.63 sec. 2025-06-05 22:12:05 01451_normalize_query: [ OK ] 1.67 sec. 2025-06-05 22:12:06 01440_big_int_shift: [ OK ] 0.83 sec. 2025-06-05 22:12:06 01926_order_by_desc_limit: [ OK ] 166.39 sec. 2025-06-05 22:12:06 01431_finish_sorting_with_consts: [ OK ] 0.96 sec. 2025-06-05 22:12:07 01430_fix_any_rewrite_aliases: [ OK ] 0.75 sec. 2025-06-05 22:12:07 01420_logical_functions_materialized_null: [ OK ] 0.80 sec. 2025-06-05 22:12:08 01429_join_on_error_messages: [ OK ] 1.40 sec. 2025-06-05 22:12:08 01417_update_permutation_crash: [ OK ] 0.89 sec. 2025-06-05 22:12:08 01419_merge_tree_settings_sanity_check: [ OK ] 1.29 sec. 2025-06-05 22:12:09 01413_truncate_without_table_keyword: [ OK ] 0.82 sec. 2025-06-05 22:12:10 01475_read_subcolumns_storages: [ OK ] 17.25 sec. 2025-06-05 22:12:11 01414_push_predicate_when_contains_with_clause: [ OK ] 2.79 sec. 2025-06-05 22:12:11 01409_topK_merge: [ OK ] 1.52 sec. 2025-06-05 22:12:11 01403_datetime64_constant_arg: [ OK ] 0.75 sec. 2025-06-05 22:12:11 01412_row_from_totals: [ OK ] 2.63 sec. 2025-06-05 22:12:11 01385_not_function: [ OK ] 0.58 sec. 2025-06-05 22:12:11 01379_with_fill_several_columns: [ OK ] 0.65 sec. 2025-06-05 22:12:12 01390_remove_injective_in_uniq: [ OK ] 1.05 sec. 2025-06-05 22:12:12 01376_null_logical: [ OK ] 0.76 sec. 2025-06-05 22:12:13 01373_is_zero_or_null: [ OK ] 1.14 sec. 2025-06-05 22:12:13 01358_mutation_delete_null_rows: [ OK ] 1.30 sec. 2025-06-05 22:12:14 01356_initialize_aggregation: [ OK ] 0.97 sec. 2025-06-05 22:12:14 01356_state_resample: [ OK ] 1.07 sec. 2025-06-05 22:12:15 01352_add_datetime_bad_get: [ OK ] 0.63 sec. 2025-06-05 22:12:15 01375_output_format_tsv_csv_with_names: [ OK ] 4.08 sec. 2025-06-05 22:12:16 01370_client_autocomplete_word_break_characters: [ OK ] 4.01 sec. 2025-06-05 22:12:16 01350_intdiv_nontrivial_fpe: [ OK ] 1.31 sec. 2025-06-05 22:12:16 01346_array_join_mrxotey: [ OK ] 0.92 sec. 2025-06-05 22:12:16 01341_datetime64_wrong_supertype: [ OK ] 0.56 sec. 2025-06-05 22:12:17 01324_if_transform_strings_to_enum: [ OK ] 0.85 sec. 2025-06-05 22:12:17 01338_uuid_without_separator: [ OK ] 1.06 sec. 2025-06-05 22:12:17 01329_compare_tuple_string_constant: [ OK ] 1.09 sec. 2025-06-05 22:12:18 01353_nullable_tuple: [ OK ] 4.14 sec. 2025-06-05 22:12:19 01319_optimize_skip_unused_shards_nesting: [ OK ] 1.22 sec. 2025-06-05 22:12:20 01322_monotonous_order_by_with_different_variables: [ OK ] 2.29 sec. 2025-06-05 22:12:20 01318_parallel_final_stuck: [ OK ] 1.02 sec. 2025-06-05 22:12:21 01312_case_insensitive_regexp: [ OK ] 0.68 sec. 2025-06-05 22:12:21 01308_polygon_area: [ OK ] 0.79 sec. 2025-06-05 22:12:22 01318_encrypt: [ OK ] 4.49 sec. 2025-06-05 22:12:23 01307_bloom_filter_index_string_multi_granulas: [ OK ] 1.68 sec. 2025-06-05 22:12:25 01306_polygons_intersection: [ OK ] 2.11 sec. 2025-06-05 22:12:25 01304_polygons_sym_difference: [ OK ] 1.79 sec. 2025-06-05 22:12:25 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 5.69 sec. 2025-06-05 22:12:26 01301_polygons_within: [ OK ] 1.24 sec. 2025-06-05 22:12:27 01298_alter_merge: [ OK ] 1.25 sec. 2025-06-05 22:12:27 01295_aggregation_bug_11413: [ OK ] 0.74 sec. 2025-06-05 22:12:28 01293_pretty_max_value_width: [ OK ] 1.45 sec. 2025-06-05 22:12:29 01293_client_interactive_vertical_singleline: [ OK ] 2.16 sec. 2025-06-05 22:12:31 01293_show_clusters: [ OK ] 2.88 sec. 2025-06-05 22:12:33 01291_aggregation_in_order: [ OK ] 4.07 sec. 2025-06-05 22:12:34 01281_sum_nullable: [ OK ] 0.88 sec. 2025-06-05 22:12:35 01285_engine_join_donmikel: [ OK ] 4.02 sec. 2025-06-05 22:12:35 01281_join_with_prewhere_fix: [ OK ] 1.26 sec. 2025-06-05 22:12:36 01280_unicode_whitespaces_lexer: [ OK ] 0.57 sec. 2025-06-05 22:12:36 01280_opencl_bitonic_order_by: [ OK ] 0.83 sec. 2025-06-05 22:12:50 01504_rocksdb: [ OK ] 63.90 sec. 2025-06-05 22:12:56 01273_arrow_arrays_load: [ OK ] 5.31 sec. 2025-06-05 22:12:57 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 1.45 sec. 2025-06-05 22:12:58 01268_data_numeric_parameters: [ OK ] 1.02 sec. 2025-06-05 22:13:01 01268_DateTime64_in_WHERE: [ OK ] 2.39 sec. 2025-06-05 22:13:02 01268_mergine_sorted_limit: [ OK ] 0.93 sec. 2025-06-05 22:13:04 01267_alter_default_key_columns_zookeeper_long: [ OK ] 1.94 sec. 2025-06-05 22:13:05 01264_nested_baloo_bear: [ OK ] 0.85 sec. 2025-06-05 22:13:06 01262_low_cardinality_remove: [ OK ] 1.07 sec. 2025-06-05 22:13:07 01255_geo_types_livace: [ OK ] 0.89 sec. 2025-06-05 22:13:08 01250_fixed_string_comparison: [ OK ] 0.94 sec. 2025-06-05 22:13:10 01273_arrow_stream: [ OK ] 33.78 sec. 2025-06-05 22:13:12 01247_optimize_distributed_group_by_sharding_key_dist_on_dist: [ OK ] 2.06 sec. 2025-06-05 22:13:14 01246_least_greatest_generic: [ OK ] 1.66 sec. 2025-06-05 22:13:17 01321_aggregate_functions_of_group_by_keys: [ OK ] 59.13 sec. 2025-06-05 22:13:18 01221_system_settings: [ OK ] 1.18 sec. 2025-06-05 22:13:19 01220_scalar_optimization_in_alter: [ OK ] 0.64 sec. 2025-06-05 22:13:19 01249_flush_interactive: [ OK ] 11.51 sec. 2025-06-05 22:13:20 01516_drop_table_stress_long: [ OK ] 96.82 sec. 2025-06-05 22:13:20 01212_empty_join_and_totals: [ OK ] 0.67 sec. 2025-06-05 22:13:21 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.74 sec. 2025-06-05 22:13:21 01592_long_window_functions1: [ OK ] 127.09 sec. 2025-06-05 22:13:22 01177_group_array_moving: [ OK ] 1.22 sec. 2025-06-05 22:13:24 01187_set_profile_as_setting: [ OK ] 3.71 sec. 2025-06-05 22:13:29 01172_transaction_counters: [ OK ] 6.07 sec. 2025-06-05 22:13:29 01214_point_in_Mecca: [ OK ] 10.24 sec. 2025-06-05 22:13:30 01231_log_queries_min_type: [ OK ] 16.32 sec. 2025-06-05 22:13:41 01183_custom_separated_format_http: [ OK ] 19.67 sec. 2025-06-05 22:13:41 01145_with_fill_const: [ OK ] 0.61 sec. 2025-06-05 22:13:43 01144_join_rewrite_with_ambiguous_column_and_view: [ OK ] 1.53 sec. 2025-06-05 22:13:43 01164_detach_attach_partition_race: [ OK ] 14.40 sec. 2025-06-05 22:13:44 01143_trivial_count_with_join: [ OK ] 1.17 sec. 2025-06-05 22:13:44 01141_join_get_negative: [ OK ] 1.01 sec. 2025-06-05 22:13:45 01136_multiple_sets: [ OK ] 1.38 sec. 2025-06-05 22:13:46 01134_max_rows_to_group_by: [ OK ] 1.90 sec. 2025-06-05 22:13:47 01300_group_by_other_keys_having: [ OK ] 81.63 sec. 2025-06-05 22:13:47 01121_remote_scalar_subquery: [ OK ] 0.78 sec. 2025-06-05 22:13:49 01114_materialize_clear_index_compact_parts: [ OK ] 1.56 sec. 2025-06-05 22:13:50 01155_old_mutation_parts_to_do: [ OK ] 19.99 sec. 2025-06-05 22:13:50 01165_lost_part_empty_partition: [ OK ] 21.61 sec. 2025-06-05 22:13:51 01109_sc0rp10_string_hash_map_zero_bytes: [ OK ] 1.16 sec. 2025-06-05 22:13:52 01125_generate_random_qoega: [ OK ] 6.36 sec. 2025-06-05 22:13:52 01104_distributed_numbers_test: [ OK ] 1.59 sec. 2025-06-05 22:13:53 01101_prewhere_after_alter: [ OK ] 1.22 sec. 2025-06-05 22:13:53 01097_one_more_range_reader_test: [ OK ] 1.21 sec. 2025-06-05 22:13:53 01101_literal_column_clash: [ OK ] 1.37 sec. 2025-06-05 22:13:53 01096_block_serialized_state: [ OK ] 0.62 sec. 2025-06-05 22:13:54 01090_fixed_string_bit_ops: [ OK ] 0.72 sec. 2025-06-05 22:13:54 01119_optimize_trivial_insert_select: [ OK ] 7.29 sec. 2025-06-05 22:13:54 01089_alter_settings_old_format: [ OK ] 0.90 sec. 2025-06-05 22:13:55 01085_extract_all_empty: [ OK ] 0.63 sec. 2025-06-05 22:13:55 01085_window_view_attach: [ OK ] 1.02 sec. 2025-06-05 22:13:56 01169_old_alter_partition_isolation_stress: [ OK ] 32.06 sec. 2025-06-05 22:13:57 01084_defaults_on_aliases: [ OK ] 1.08 sec. 2025-06-05 22:13:57 01084_regexp_empty: [ OK ] 0.77 sec. 2025-06-05 22:13:58 01082_bit_test_out_of_bound: [ OK ] 0.91 sec. 2025-06-05 22:13:59 01085_max_distributed_connections: [ OK ] 3.72 sec. 2025-06-05 22:13:59 01441_low_cardinality_array_index: [ OK ] 114.05 sec. 2025-06-05 22:14:00 01095_tpch_like_smoke: [ OK ] 6.97 sec. 2025-06-05 22:14:01 01076_predicate_optimizer_with_view: [ OK ] 1.10 sec. 2025-06-05 22:14:03 01088_benchmark_query_id: [ OK ] 8.54 sec. 2025-06-05 22:14:03 01084_window_view_with_table_identifier: [ OK ] 7.03 sec. 2025-06-05 22:14:04 01075_allowed_client_hosts: [ OK ] 1.55 sec. 2025-06-05 22:14:05 01081_window_view_target_table_engine: [ OK ] 6.65 sec. 2025-06-05 22:14:06 01079_window_view_inner_table_memory_tumble: [ OK ] 7.16 sec. 2025-06-05 22:14:07 01072_select_constant_limit: [ OK ] 0.72 sec. 2025-06-05 22:14:07 01073_grant_and_revoke: [ OK ] 1.56 sec. 2025-06-05 22:14:08 01070_h3_get_base_cell: [ OK ] 0.69 sec. 2025-06-05 22:14:08 01070_template_empty_file: [ OK ] 0.92 sec. 2025-06-05 22:14:08 01074_partial_revokes: [ OK ] 3.53 sec. 2025-06-05 22:14:10 01062_max_parser_depth: [ OK ] 2.08 sec. 2025-06-05 22:14:12 01055_prewhere_bugs: [ OK ] 1.44 sec. 2025-06-05 22:14:13 01070_to_decimal_or_null_exception: [ OK ] 5.07 sec. 2025-06-05 22:14:13 01075_window_view_proc_tumble_to_now_populate: [ OK ] 9.98 sec. 2025-06-05 22:14:16 01076_json_each_row_array: [ OK ] 14.76 sec. 2025-06-05 22:14:20 01050_engine_join_crash: [ OK ] 3.77 sec. 2025-06-05 22:14:21 01067_window_view_event_tumble_to_asc_lateness: [ OK ] 13.03 sec. 2025-06-05 22:14:24 01053_window_view_proc_hop_to_now: [ OK ] 11.21 sec. 2025-06-05 22:14:24 01047_nullable_rand: [ OK ] 3.02 sec. 2025-06-05 22:14:24 01055_window_view_proc_hop_to: [ OK ] 12.59 sec. 2025-06-05 22:14:25 01049_window_view_window_functions: [ OK ] 4.62 sec. 2025-06-05 22:14:25 01052_window_view_proc_tumble_to_now: [ OK ] 11.91 sec. 2025-06-05 22:14:25 01043_dictionary_attribute_properties_values: [ OK ] 0.85 sec. 2025-06-05 22:14:25 01045_array_zip: [ OK ] 1.08 sec. 2025-06-05 22:14:26 01034_with_fill_and_push_down_predicate: [ OK ] 0.68 sec. 2025-06-05 22:14:26 01039_mergetree_exec_time: [ OK ] 1.80 sec. 2025-06-05 22:14:26 01035_prewhere_with_alias: [ OK ] 0.98 sec. 2025-06-05 22:14:27 01033_storage_odbc_parsing_exception_check: [ OK ] 0.74 sec. 2025-06-05 22:14:27 01021_create_as_select: [ OK ] 0.76 sec. 2025-06-05 22:14:27 01030_final_mark_empty_primary_key: [ OK ] 0.99 sec. 2025-06-05 22:14:27 01021_tuple_parser: [ OK ] 0.68 sec. 2025-06-05 22:14:28 01020_having_without_group_by: [ OK ] 0.56 sec. 2025-06-05 22:14:28 01034_JSONCompactEachRow: [ OK ] 2.72 sec. 2025-06-05 22:14:29 01019_alter_materialized_view_query: [ OK ] 1.16 sec. 2025-06-05 22:14:29 01278_min_insert_block_size_rows_for_materialized_views: [ OK ] 113.14 sec. 2025-06-05 22:14:30 01016_macros: [ OK ] 0.77 sec. 2025-06-05 22:14:31 01111_create_drop_replicated_db_stress: [ OK ] 41.97 sec. 2025-06-05 22:14:31 01016_index_tuple_field_type: [ OK ] 1.17 sec. 2025-06-05 22:14:32 01016_null_part_minmax: [ OK ] 0.71 sec. 2025-06-05 22:14:32 01018_empty_aggregation_filling: [ OK ] 4.12 sec. 2025-06-05 22:14:33 01015_attach_part: [ OK ] 1.12 sec. 2025-06-05 22:14:36 01016_uniqCombined64: [ OK ] 7.25 sec. 2025-06-05 22:14:36 01014_function_repeat_corner_cases: [ OK ] 3.37 sec. 2025-06-05 22:14:38 01010_pmj_on_disk: [ OK ] 1.88 sec. 2025-06-05 22:14:39 01019_Buffer_and_max_memory_usage: [ OK ] 11.41 sec. 2025-06-05 22:14:39 01014_format_custom_separated: [ OK ] 7.03 sec. 2025-06-05 22:14:40 01079_order_by_pk: [ OK ] 41.20 sec. 2025-06-05 22:14:41 00997_extract_all_crash_6627: [ OK ] 0.65 sec. 2025-06-05 22:14:42 00999_full_join_dup_keys_crash: [ OK ] 2.49 sec. 2025-06-05 22:14:43 00994_table_function_numbers_mt: [ OK ] 1.07 sec. 2025-06-05 22:14:43 01010_partial_merge_join: [ OK ] 7.25 sec. 2025-06-05 22:14:44 00990_function_current_user: [ OK ] 0.59 sec. 2025-06-05 22:14:45 00983_summing_merge_tree_not_an_identifier: [ OK ] 0.79 sec. 2025-06-05 22:14:45 01010_low_cardinality_and_native_http: [ OK ] 6.63 sec. 2025-06-05 22:14:46 01015_database_bad_tables: [ OK ] 14.59 sec. 2025-06-05 22:14:47 01019_parallel_parsing_cancel: [ OK ] 19.43 sec. 2025-06-05 22:14:47 00975_recursive_materialized_view: [ OK ] 0.91 sec. 2025-06-05 22:14:47 00976_asof_join_on: [ OK ] 2.38 sec. 2025-06-05 22:14:48 00977_join_use_nulls_denny_crane: [ OK ] 3.03 sec. 2025-06-05 22:14:49 00973_create_table_as_table_function: [ OK ] 1.34 sec. 2025-06-05 22:14:51 00968_file_engine_in_subquery: [ OK ] 3.80 sec. 2025-06-05 22:14:52 00965_logs_level_bugfix: [ OK ] 3.90 sec. 2025-06-05 22:14:53 01001_rename_merge_race_condition: [ OK ] 13.81 sec. 2025-06-05 22:14:58 00990_hasToken: [ OK ] 15.10 sec. 2025-06-05 22:15:00 00955_complex_prepared_statements: [ OK ] 8.24 sec. 2025-06-05 22:15:01 00953_constraints_operations: [ OK ] 9.14 sec. 2025-06-05 22:15:02 00950_test_gorilla_codec: [ OK ] 3.26 sec. 2025-06-05 22:15:03 00943_mv_rename_without_inner_table: [ OK ] 1.26 sec. 2025-06-05 22:15:04 00952_basic_constraints: [ OK ] 10.88 sec. 2025-06-05 22:15:05 00938_basename: [ OK ] 1.10 sec. 2025-06-05 22:15:06 00941_to_custom_week: [ OK ] 3.34 sec. 2025-06-05 22:15:07 00936_function_result_with_operator_in: [ OK ] 2.45 sec. 2025-06-05 22:15:07 01035_avg: [ OK ] 42.73 sec. 2025-06-05 22:15:08 00936_crc_functions: [ OK ] 1.39 sec. 2025-06-05 22:15:08 00935_to_iso_week_first_year: [ OK ] 0.86 sec. 2025-06-05 22:15:08 00948_to_valid_utf8: [ OK ] 7.09 sec. 2025-06-05 22:15:09 00962_visit_param_various: [ OK ] 20.51 sec. 2025-06-05 22:15:09 00918_has_unsufficient_type_check: [ OK ] 0.96 sec. 2025-06-05 22:15:10 00928_multi_match_constant_constant: [ OK ] 1.32 sec. 2025-06-05 22:15:10 00932_geohash_support: [ OK ] 2.92 sec. 2025-06-05 22:15:11 00914_join_bgranvea: [ OK ] 1.60 sec. 2025-06-05 22:15:11 00911_tautological_compare: [ OK ] 0.45 sec. 2025-06-05 22:15:12 00912_string_comparison: [ OK ] 1.86 sec. 2025-06-05 22:15:12 00910_crash_when_distributed_modify_order_by: [ OK ] 1.17 sec. 2025-06-05 22:15:14 00949_format: [ OK ] 14.65 sec. 2025-06-05 22:15:15 00898_parsing_bad_diagnostic_message: [ OK ] 2.62 sec. 2025-06-05 22:15:15 00900_parquet_time_to_ch_date_time: [ OK ] 3.83 sec. 2025-06-05 22:15:17 00864_union_all_supertype: [ OK ] 1.73 sec. 2025-06-05 22:15:19 00900_orc_load: [ OK ] 6.81 sec. 2025-06-05 22:15:19 00858_issue_4756: [ OK ] 3.82 sec. 2025-06-05 22:15:21 00855_join_with_array_join: [ OK ] 4.04 sec. 2025-06-05 22:15:23 00835_if_generic_case: [ OK ] 2.58 sec. 2025-06-05 22:15:24 00930_max_partitions_per_insert_block: [ OK ] 15.92 sec. 2025-06-05 22:15:25 00834_not_between: [ OK ] 0.90 sec. 2025-06-05 22:15:25 00837_minmax_index: [ OK ] 6.59 sec. 2025-06-05 22:15:26 00834_date_datetime_cmp: [ OK ] 0.76 sec. 2025-06-05 22:15:26 00830_join_overwrite: [ OK ] 0.90 sec. 2025-06-05 22:15:27 00836_indices_alter_replicated_zookeeper_long: [ OK ] 8.20 sec. 2025-06-05 22:15:32 00825_protobuf_format_enum_mapping: [ OK ] 5.44 sec. 2025-06-05 22:15:32 00825_protobuf_format_map: [ OK ] 4.98 sec. 2025-06-05 22:15:32 00824_filesystem: [ OK ] 0.63 sec. 2025-06-05 22:15:34 00821_distributed_storage_with_join_on: [ OK ] 1.59 sec. 2025-06-05 22:15:35 00913_many_threads: [ OK ] 25.26 sec. 2025-06-05 22:15:35 00880_decimal_in_key: [ OK ] 20.82 sec. 2025-06-05 22:15:36 00813_parse_date_time_best_effort_more: [ OK ] 0.65 sec. 2025-06-05 22:15:36 00810_in_operators_segfault: [ OK ] 0.67 sec. 2025-06-05 22:15:36 00820_multiple_joins_subquery_requires_alias: [ OK ] 1.82 sec. 2025-06-05 22:15:36 00975_move_partition_merge_tree: [ OK ] 49.21 sec. 2025-06-05 22:15:36 00808_array_enumerate_segfault: [ OK ] 0.83 sec. 2025-06-05 22:15:37 00801_daylight_saving_time_hour_underflow: [ OK ] 0.61 sec. 2025-06-05 22:15:37 00804_test_delta_codec_no_type_alter: [ OK ] 0.96 sec. 2025-06-05 22:15:37 00800_low_cardinality_distributed_insert: [ OK ] 0.79 sec. 2025-06-05 22:15:38 00800_low_cardinality_empty_array: [ OK ] 0.94 sec. 2025-06-05 22:15:38 00800_function_java_hash: [ OK ] 1.21 sec. 2025-06-05 22:15:38 00780_unaligned_array_join: [ OK ] 1.01 sec. 2025-06-05 22:15:39 00763_create_query_as_table_engine_bug: [ OK ] 0.92 sec. 2025-06-05 22:15:39 00761_lower_utf8_bug: [ OK ] 0.65 sec. 2025-06-05 22:15:41 00757_enum_defaults: [ OK ] 1.93 sec. 2025-06-05 22:15:42 00753_with_with_single_alias: [ OK ] 1.00 sec. 2025-06-05 22:15:43 00825_protobuf_format_persons: [ OK ] 16.87 sec. 2025-06-05 22:15:43 00752_low_cardinality_array_result: [ OK ] 0.73 sec. 2025-06-05 22:15:44 00741_client_comment_multiline: [ OK ] 0.65 sec. 2025-06-05 22:15:44 00834_kill_mutation_replicated_zookeeper: [ OK ] 20.81 sec. 2025-06-05 22:15:44 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.41 sec. 2025-06-05 22:15:46 00732_decimal_summing_merge_tree: [ OK ] 1.81 sec. 2025-06-05 22:15:49 00997_set_index_array: [ OK ] 68.33 sec. 2025-06-05 22:15:51 00725_quantiles_shard: [ OK ] 1.20 sec. 2025-06-05 22:15:51 00727_concat: [ OK ] 4.67 sec. 2025-06-05 22:15:52 00725_join_on_bug_3: [ OK ] 1.16 sec. 2025-06-05 22:15:53 00725_join_on_bug_2: [ OK ] 2.03 sec. 2025-06-05 22:15:53 00724_insert_values_datetime_conversion: [ OK ] 0.64 sec. 2025-06-05 22:15:55 00718_low_cardinaliry_alter: [ OK ] 2.15 sec. 2025-06-05 22:15:56 00717_default_join_type: [ OK ] 0.86 sec. 2025-06-05 22:15:57 00719_insert_block_without_column: [ OK ] 4.28 sec. 2025-06-05 22:15:58 00738_lock_for_inner_table: [ OK ] 14.26 sec. 2025-06-05 22:15:58 00712_prewhere_with_alias_bug: [ OK ] 0.90 sec. 2025-06-05 22:15:59 00712_prewhere_with_missing_columns_2: [ OK ] 0.94 sec. 2025-06-05 22:15:59 00704_arrayCumSumLimited_arrayDifference: [ OK ] 1.00 sec. 2025-06-05 22:16:00 00700_decimal_gathers: [ OK ] 1.17 sec. 2025-06-05 22:16:00 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 21.06 sec. 2025-06-05 22:16:04 00700_to_decimal_or_something: [ OK ] 3.91 sec. 2025-06-05 22:16:05 00735_long_conditional: [ OK ] 20.57 sec. 2025-06-05 22:16:05 00715_json_each_row_input_nested: [ OK ] 9.06 sec. 2025-06-05 22:16:06 00700_decimal_defaults: [ OK ] 0.81 sec. 2025-06-05 22:16:06 00700_decimal_null: [ OK ] 2.24 sec. 2025-06-05 22:16:07 00698_validate_array_sizes_for_nested_kshvakov: [ OK ] 0.85 sec. 2025-06-05 22:16:07 00700_to_decimal_or_something_1: [ OK ] 6.74 sec. 2025-06-05 22:16:07 00694_max_block_size_zero: [ OK ] 0.58 sec. 2025-06-05 22:16:08 00691_array_distinct: [ OK ] 1.05 sec. 2025-06-05 22:16:09 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 0.80 sec. 2025-06-05 22:16:09 00686_client_exit_code: [ OK ] 1.83 sec. 2025-06-05 22:16:09 00822_array_insert_default: [ OK ] 37.31 sec. 2025-06-05 22:16:10 00680_duplicate_columns_inside_union_all: [ OK ] 1.01 sec. 2025-06-05 22:16:10 00700_decimal_aggregates: [ OK ] 10.76 sec. 2025-06-05 22:16:10 00677_shard_any_heavy_merge: [ OK ] 0.95 sec. 2025-06-05 22:16:11 00672_arrayDistinct: [ OK ] 0.93 sec. 2025-06-05 22:16:11 00671_max_intersections: [ OK ] 0.94 sec. 2025-06-05 22:16:11 00664_cast_from_string_to_nullable: [ OK ] 0.97 sec. 2025-06-05 22:16:12 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 2.09 sec. 2025-06-05 22:16:12 00700_decimal_arithm: [ OK ] 6.80 sec. 2025-06-05 22:16:12 00650_array_enumerate_uniq_with_tuples: [ OK ] 1.45 sec. 2025-06-05 22:16:13 00644_different_expressions_with_same_alias: [ OK ] 0.79 sec. 2025-06-05 22:16:13 00651_default_database_on_client_reconnect: [ OK ] 2.11 sec. 2025-06-05 22:16:14 00643_cast_zookeeper_long: [ OK ] 1.36 sec. 2025-06-05 22:16:14 00640_endsWith: [ OK ] 1.15 sec. 2025-06-05 22:16:14 00633_func_or_in: [ OK ] 0.80 sec. 2025-06-05 22:16:14 00634_rename_view: [ OK ] 0.98 sec. 2025-06-05 22:16:15 00622_select_in_parens: [ OK ] 0.69 sec. 2025-06-05 22:16:16 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 1.98 sec. 2025-06-05 22:16:16 00616_final_single_part: [ OK ] 1.28 sec. 2025-06-05 22:16:17 00623_truncate_table: [ OK ] 3.11 sec. 2025-06-05 22:16:17 00623_in_partition_key: [ OK ] 3.15 sec. 2025-06-05 22:16:17 00614_array_nullable: [ OK ] 1.01 sec. 2025-06-05 22:16:17 00615_nullable_alter_optimize: [ OK ] 1.35 sec. 2025-06-05 22:16:18 00599_create_view_with_subquery: [ OK ] 0.81 sec. 2025-06-05 22:16:19 00601_kill_running_query: [ OK ] 2.07 sec. 2025-06-05 22:16:20 00598_create_as_select_http: [ OK ] 2.96 sec. 2025-06-05 22:16:21 00583_limit_by_expressions: [ OK ] 0.76 sec. 2025-06-05 22:16:21 00596_limit_on_expanded_ast: [ OK ] 2.16 sec. 2025-06-05 22:16:22 00581_limit_on_result_and_subquery_and_insert: [ OK ] 0.85 sec. 2025-06-05 22:16:22 00612_count: [ OK ] 5.34 sec. 2025-06-05 22:16:23 00578_merge_table_sampling: [ OK ] 1.25 sec. 2025-06-05 22:16:23 00572_aggregation_by_empty_set: [ OK ] 1.21 sec. 2025-06-05 22:16:24 00571_alter_nullable: [ OK ] 1.09 sec. 2025-06-05 22:16:24 00577_replacing_merge_tree_vertical_merge: [ OK ] 1.99 sec. 2025-06-05 22:16:24 00569_parse_date_time_best_effort: [ OK ] 0.86 sec. 2025-06-05 22:16:26 00564_temporary_table_management: [ OK ] 1.24 sec. 2025-06-05 22:16:26 00564_initial_column_values_with_default_expression: [ OK ] 1.69 sec. 2025-06-05 22:16:27 00597_push_down_predicate_long: [ OK ] 9.43 sec. 2025-06-05 22:16:28 00562_rewrite_select_expression_with_union: [ OK ] 2.04 sec. 2025-06-05 22:16:29 00558_aggregate_merge_totals_with_arenas: [ OK ] 1.09 sec. 2025-06-05 22:16:29 00558_parse_floats: [ OK ] 0.75 sec. 2025-06-05 22:16:30 00548_slice_of_nested: [ OK ] 0.69 sec. 2025-06-05 22:16:30 00561_storage_join: [ OK ] 3.52 sec. 2025-06-05 22:16:30 00688_low_cardinality_dictionary_deserialization: [ OK ] 22.72 sec. 2025-06-05 22:16:30 00541_to_start_of_fifteen_minutes: [ OK ] 0.56 sec. 2025-06-05 22:16:30 00534_functions_bad_arguments3: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:16:30 00534_functions_bad_arguments8: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:16:30 00537_quarters: [ OK ] 0.61 sec. 2025-06-05 22:16:31 00555_hasAll_hasAny: [ OK ] 1.81 sec. 2025-06-05 22:16:31 00565_enum_order: [ OK ] 6.73 sec. 2025-06-05 22:16:31 00533_uniq_array: [ OK ] 0.96 sec. 2025-06-05 22:16:31 00529_orantius: [ OK ] 1.13 sec. 2025-06-05 22:16:32 00513_fractional_time_zones: [ OK ] 0.70 sec. 2025-06-05 22:16:32 00521_multidimensional: [ OK ] 1.76 sec. 2025-06-05 22:16:32 00515_gcd_lcm: [ OK ] 1.75 sec. 2025-06-05 22:16:33 00502_string_concat_with_array: [ OK ] 0.58 sec. 2025-06-05 22:16:33 00492_drop_temporary_table: [ OK ] 0.92 sec. 2025-06-05 22:16:33 00500_point_in_polygon_bug: [ OK ] 0.98 sec. 2025-06-05 22:16:34 00491_shard_distributed_and_aliases_in_where_having: [ OK ] 0.89 sec. 2025-06-05 22:16:34 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.68 sec. 2025-06-05 22:16:34 00487_if_array_fixed_string: [ OK ] 0.81 sec. 2025-06-05 22:16:34 00506_shard_global_in_union: [ OK ] 2.89 sec. 2025-06-05 22:16:35 00652_replicated_mutations_zookeeper: [ OK ] 24.33 sec. 2025-06-05 22:16:35 00479_date_and_datetime_to_number: [ OK ] 0.83 sec. 2025-06-05 22:16:35 00481_reading_from_last_granula: [ OK ] 1.01 sec. 2025-06-05 22:16:36 00471_sql_style_quoting: [ OK ] 0.66 sec. 2025-06-05 22:16:36 00464_sort_all_constant_columns: [ OK ] 0.67 sec. 2025-06-05 22:16:36 00469_comparison_of_strings_containing_null_char: [ OK ] 1.11 sec. 2025-06-05 22:16:37 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 7.29 sec. 2025-06-05 22:16:37 00459_group_array_insert_at: [ OK ] 1.23 sec. 2025-06-05 22:16:37 00449_filter_array_nullable_tuple: [ OK ] 0.92 sec. 2025-06-05 22:16:37 00485_http_insert_format: [ OK ] 3.71 sec. 2025-06-05 22:16:38 00429_point_in_ellipses: [ OK ] 0.74 sec. 2025-06-05 22:16:38 00441_nulls_in: [ OK ] 1.49 sec. 2025-06-05 22:16:38 00457_log_tinylog_stripelog_nullable: [ OK ] 2.58 sec. 2025-06-05 22:16:39 00423_storage_log_single_thread: [ OK ] 1.07 sec. 2025-06-05 22:16:39 00473_output_format_json_quote_denormals: [ OK ] 4.75 sec. 2025-06-05 22:16:39 00432_aggregate_function_scalars_and_constants: [ OK ] 2.35 sec. 2025-06-05 22:16:40 00413_distinct: [ OK ] 1.20 sec. 2025-06-05 22:16:40 00406_tuples_with_nulls: [ OK ] 0.72 sec. 2025-06-05 22:16:41 00402_nan_and_extremes: [ OK ] 0.88 sec. 2025-06-05 22:16:43 00401_merge_and_stripelog: [ OK ] 2.88 sec. 2025-06-05 22:16:43 00405_PrettyCompactMonoBlock: [ OK ] 3.39 sec. 2025-06-05 22:16:44 00393_if_with_constant_condition: [ OK ] 0.96 sec. 2025-06-05 22:16:44 00415_into_outfile: [ OK ] 5.43 sec. 2025-06-05 22:16:45 00383_utf8_validation: [ OK ] 0.61 sec. 2025-06-05 22:16:45 00427_alter_primary_key: [ OK ] 8.07 sec. 2025-06-05 22:16:46 00362_great_circle_distance: [ OK ] 1.11 sec. 2025-06-05 22:16:46 00357_to_string_complex_types: [ OK ] 0.84 sec. 2025-06-05 22:16:46 00349_visible_width: [ OK ] 0.65 sec. 2025-06-05 22:16:48 00331_final_and_prewhere: [ OK ] 1.08 sec. 2025-06-05 22:16:48 00341_squashing_insert_select2: [ OK ] 1.59 sec. 2025-06-05 22:16:49 00320_between: [ OK ] 0.54 sec. 2025-06-05 22:16:50 00311_array_primary_key: [ OK ] 1.45 sec. 2025-06-05 22:16:51 00309_formats: [ OK ] 1.07 sec. 2025-06-05 22:16:52 00327_summing_composite_nested: [ OK ] 4.46 sec. 2025-06-05 22:16:52 00306_insert_values_and_expressions: [ OK ] 0.91 sec. 2025-06-05 22:16:56 00264_uniq_many_args: [ OK ] 3.73 sec. 2025-06-05 22:16:58 00260_like_and_curly_braces: [ OK ] 1.60 sec. 2025-06-05 22:16:59 00252_shard_global_in_aggregate_function: [ OK ] 1.24 sec. 2025-06-05 22:17:00 00238_removal_of_temporary_columns: [ OK ] 0.71 sec. 2025-06-05 22:17:00 00395_nullable: [ OK ] 19.63 sec. 2025-06-05 22:17:00 00232_format_readable_decimal_size: [ OK ] 0.66 sec. 2025-06-05 22:17:01 00207_left_array_join: [ OK ] 0.78 sec. 2025-06-05 22:17:02 00204_extract_url_parameter: [ OK ] 0.66 sec. 2025-06-05 22:17:05 00301_csv: [ OK ] 12.52 sec. 2025-06-05 22:17:06 00203_full_join: [ OK ] 3.44 sec. 2025-06-05 22:17:07 00222_sequence_aggregate_function_family: [ OK ] 6.88 sec. 2025-06-05 22:17:08 00181_aggregate_functions_statistics_stable: [ OK ] 2.80 sec. 2025-06-05 22:17:09 00177_inserts_through_http_parts: [ OK ] 1.72 sec. 2025-06-05 22:17:10 00164_not_chain: [ OK ] 0.73 sec. 2025-06-05 22:17:10 00166_functions_of_aggregation_states: [ OK ] 1.59 sec. 2025-06-05 22:17:11 00159_whitespace_in_columns_list: [ OK ] 0.85 sec. 2025-06-05 22:17:12 00154_shard_distributed_with_distinct: [ OK ] 0.78 sec. 2025-06-05 22:17:13 00161_rounding_functions: [ OK ] 2.68 sec. 2025-06-05 22:17:14 00153_transform: [ OK ] 2.04 sec. 2025-06-05 22:17:14 00148_summing_merge_tree_nested_map_multiple_values: [ OK ] 1.50 sec. 2025-06-05 22:17:15 00138_table_aliases: [ OK ] 0.80 sec. 2025-06-05 22:17:15 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 0.93 sec. 2025-06-05 22:17:16 00129_quantile_timing_weighted: [ OK ] 0.73 sec. 2025-06-05 22:17:16 00804_test_delta_codec_compression: [ OK ] 100.27 sec. 2025-06-05 22:17:16 00122_join_with_subquery_with_subquery: [ OK ] 0.66 sec. 2025-06-05 22:17:16 00124_shard_distributed_with_many_replicas: [ OK ] 1.16 sec. 2025-06-05 22:17:17 00117_parsing_arrays: [ OK ] 0.81 sec. 2025-06-05 22:17:18 00106_totals_after_having: [ OK ] 1.10 sec. 2025-06-05 22:17:21 00105_shard_collations: [ OK ] 2.35 sec. 2025-06-05 22:17:25 00100_subquery_table_identifier: [ OK ] 4.61 sec. 2025-06-05 22:17:26 00098_l_union_all: [ OK ] 0.87 sec. 2025-06-05 22:17:28 00098_shard_i_union_all: [ OK ] 1.30 sec. 2025-06-05 22:17:28 00098_h_union_all: [ OK ] 0.62 sec. 2025-06-05 22:17:29 00098_b_union_all: [ OK ] 0.61 sec. 2025-06-05 22:17:30 00183_skip_unavailable_shards: [ OK ] 24.95 sec. 2025-06-05 22:17:30 00098_j_union_all: [ OK ] 0.93 sec. 2025-06-05 22:17:30 00098_c_union_all: [ OK ] 0.62 sec. 2025-06-05 22:17:32 00411_long_accurate_number_comparison_int3: [ OK ] 53.22 sec. 2025-06-05 22:17:35 00109_shard_totals_after_having: [ OK ] 18.21 sec. 2025-06-05 22:17:37 00763_lock_buffer_long: [ OK ] 119.13 sec. 2025-06-05 22:17:40 00386_long_in_pk: [ OK ] 57.28 sec. 2025-06-05 22:17:41 00088_distinct_of_arrays_of_strings: [ OK ] 0.68 sec. 2025-06-05 22:17:42 00080_show_tables_and_system_tables: [ OK ] 1.18 sec. 2025-06-05 22:17:43 00107_totals_after_having: [ OK ] 27.03 sec. 2025-06-05 22:17:44 00055_join_two_numbers: [ OK ] 0.63 sec. 2025-06-05 22:17:44 00079_defaulted_columns: [ OK ] 1.99 sec. 2025-06-05 22:17:45 00054_join_string: [ OK ] 0.79 sec. 2025-06-05 22:17:46 00043_summing_empty_part: [ OK ] 1.13 sec. 2025-06-05 22:17:46 00048_a_stored_aggregates_merge: [ OK ] 1.90 sec. 2025-06-05 22:17:47 00038_totals_limit: [ OK ] 0.74 sec. 2025-06-05 22:17:48 00041_aggregation_remap: [ OK ] 1.72 sec. 2025-06-05 22:17:48 00036_array_element: [ OK ] 1.14 sec. 2025-06-05 22:17:48 00032_fixed_string_to_string: [ OK ] 0.53 sec. 2025-06-05 22:17:49 00031_parser_number: [ OK ] 0.72 sec. 2025-06-05 22:17:50 00027_distinct_and_order_by: [ OK ] 0.67 sec. 2025-06-05 22:17:50 00024_unused_array_join_in_subquery: [ OK ] 0.61 sec. 2025-06-05 22:17:51 00021_sorting_arrays: [ OK ] 0.60 sec. 2025-06-05 22:17:52 00020_sorting_arrays: [ OK ] 0.55 sec. 2025-06-05 22:17:52 00018_distinct_in_subquery: [ OK ] 0.51 sec. 2025-06-05 22:17:53 00015_totals_having_constants: [ OK ] 0.72 sec. 2025-06-05 22:17:54 00012_array_join_alias_2: [ OK ] 0.53 sec. 2025-06-05 22:17:54 2025-06-05 22:17:54 144 tests passed. 0 tests skipped. 929.57 s elapsed (ForkPoolWorker-9). 2025-06-05 22:17:58 00029_test_zookeeper_optimize_exception: [ OK ] 9.25 sec. 2025-06-05 22:17:58 2025-06-05 22:17:58 157 tests passed. 2 tests skipped. 933.81 s elapsed (ForkPoolWorker-2). 2025-06-05 22:18:05 00094_union_race_conditions_5: [ OK ] 34.96 sec. 2025-06-05 22:18:05 2025-06-05 22:18:05 78 tests passed. 0 tests skipped. 941.49 s elapsed (ForkPoolWorker-6). 2025-06-05 22:19:16 00090_union_race_conditions_1: [ OK ] 98.50 sec. 2025-06-05 22:19:16 2025-06-05 22:19:16 129 tests passed. 3 tests skipped. 1012.25 s elapsed (ForkPoolWorker-3). 2025-06-05 22:19:48 00377_shard_group_uniq_array_of_string_array: [ OK ] 183.61 sec. 2025-06-05 22:19:48 2025-06-05 22:19:48 165 tests passed. 1 tests skipped. 1043.63 s elapsed (ForkPoolWorker-8). 2025-06-05 22:19:48 00091_union_race_conditions_2: [ OK ] 133.30 sec. 2025-06-05 22:19:48 2025-06-05 22:19:48 157 tests passed. 2 tests skipped. 1044.07 s elapsed (ForkPoolWorker-5). 2025-06-05 22:20:08 00097_long_storage_buffer_race_condition_mt: [ OK ] 157.95 sec. 2025-06-05 22:20:08 2025-06-05 22:20:08 147 tests passed. 0 tests skipped. 1063.98 s elapsed (ForkPoolWorker-4). 2025-06-05 22:20:26 00092_union_race_conditions_3: [ OK ] 173.34 sec. 2025-06-05 22:20:26 2025-06-05 22:20:26 157 tests passed. 0 tests skipped. 1081.83 s elapsed (ForkPoolWorker-7). 2025-06-05 22:20:26 2025-06-05 22:20:26 Running 104 stateless tests (MainProcess). 2025-06-05 22:20:26 2025-06-05 22:20:46 03254_session_expire_in_use_in_http_interface: [ OK ] 19.95 sec. 2025-06-05 22:20:47 02983_const_sharding_key: [ OK ] 0.94 sec. 2025-06-05 22:20:51 02971_analyzer_remote_id: [ OK ] 4.12 sec. 2025-06-05 22:20:52 02960_validate_database_engines: [ OK ] 0.66 sec. 2025-06-05 22:20:58 02940_system_stacktrace_optimizations: [ OK ] 6.25 sec. 2025-06-05 22:20:59 02931_max_num_to_warn: [ OK ] 1.25 sec. 2025-06-05 22:21:05 02916_move_partition_inactive_replica: [ OK ] 5.74 sec. 2025-06-05 22:21:06 02911_support_alias_column_in_indices: [ OK ] 1.02 sec. 2025-06-05 22:21:19 02892_orc_filter_pushdown: [ OK ] 12.53 sec. 2025-06-05 22:21:25 02884_async_insert_native_protocol_1: [ OK ] 5.84 sec. 2025-06-05 22:21:46 02884_authentication_quota: [ OK ] 21.26 sec. 2025-06-05 22:21:52 02884_async_insert_native_protocol_3: [ OK ] 6.08 sec. 2025-06-05 22:22:29 02871_peak_threads_usage: [ OK ] 36.75 sec. 2025-06-05 22:23:00 02867_page_cache: [ OK ] 31.40 sec. 2025-06-05 22:23:02 02863_delayed_source_with_totals_and_extremes: [ OK ] 1.35 sec. 2025-06-05 22:23:04 02813_avro_union_with_one_type: [ OK ] 2.42 sec. 2025-06-05 22:23:15 02808_filesystem_cache_drop_query: [ OK ] 10.41 sec. 2025-06-05 22:23:15 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:23:19 02736_reading_and_writing_structure_fields: [ OK ] 4.17 sec. 2025-06-05 22:23:21 02735_capnp_case_insensitive_names_matching: [ OK ] 2.09 sec. 2025-06-05 22:27:30 02735_parquet_encoder: [ OK ] 248.93 sec. 2025-06-05 22:27:45 02726_async_insert_flush_stress: [ OK ] 14.47 sec. 2025-06-05 22:28:17 02725_start_stop_fetches: [ OK ] 32.58 sec. 2025-06-05 22:28:18 02718_insert_meet_hardware_error: [ OK ] 1.03 sec. 2025-06-05 22:28:19 02710_default_replicated_parameters: [ OK ] 0.88 sec. 2025-06-05 22:28:22 02706_show_columns: [ OK ] 2.22 sec. 2025-06-05 22:28:22 02581_share_big_sets_between_mutation_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 22:28:23 02563_analyzer_merge: [ OK ] 1.60 sec. 2025-06-05 22:28:26 02501_deep_recusion_schema_inference: [ OK ] 3.07 sec. 2025-06-05 22:28:27 02494_query_cache_nondeterministic_functions: [ OK ] 0.99 sec. 2025-06-05 22:28:28 02494_query_cache_secrets: [ OK ] 0.63 sec. 2025-06-05 22:28:33 02494_query_cache_nested_query_bug: [ OK ] 5.48 sec. 2025-06-05 22:28:35 02494_query_cache_eligible_queries: [ OK ] 1.34 sec. 2025-06-05 22:28:39 02494_query_cache_events: [ OK ] 4.32 sec. 2025-06-05 22:28:41 02494_query_cache_user_quotas: [ OK ] 1.26 sec. 2025-06-05 22:28:42 02458_default_setting: [ OK ] 0.80 sec. 2025-06-05 22:28:44 02404_schema_inference_cache_respect_format_settings: [ OK ] 2.28 sec. 2025-06-05 22:28:46 02391_recursive_buffer: [ OK ] 1.78 sec. 2025-06-05 22:28:49 02378_part_log_profile_events_replicated: [ OK ] 3.60 sec. 2025-06-05 22:28:51 02377_quota_key_http: [ OK ] 1.77 sec. 2025-06-05 22:29:08 02353_compression_level: [ OK ] 16.63 sec. 2025-06-05 22:29:09 02343_read_from_s3_compressed_blocks: [ OK ] 1.49 sec. 2025-06-05 22:29:13 02337_drop_filesystem_cache_access: [ OK ] 3.60 sec. 2025-06-05 22:29:23 02327_capnproto_protobuf_empty_messages: [ OK ] 9.67 sec. 2025-06-05 22:30:10 02286_mysql_dump_input_format: [ OK ] 47.25 sec. 2025-06-05 22:30:14 02245_parquet_skip_unknown_type: [ OK ] 3.60 sec. 2025-06-05 22:30:17 02244_hdfs_cluster: [ OK ] 2.89 sec. 2025-06-05 22:34:30 02232_dist_insert_send_logs_level_hung: [ OK ] 253.49 sec. 2025-06-05 22:34:31 02211_jsonl_format_extension: [ OK ] 0.89 sec. 2025-06-05 22:34:34 02166_arrow_dictionary_inference: [ OK ] 2.81 sec. 2025-06-05 22:34:39 02152_bool_type_parsing: [ OK ] 4.82 sec. 2025-06-05 22:34:58 02129_skip_quoted_fields: [ OK ] 19.02 sec. 2025-06-05 22:34:59 02097_default_dict_get_add_database: [ OK ] 0.89 sec. 2025-06-05 22:35:00 02025_dictionary_view_different_db: [ OK ] 1.04 sec. 2025-06-05 22:35:01 02015_column_default_dict_get_identifier: [ OK ] 1.23 sec. 2025-06-05 22:35:02 02011_dictionary_empty_attribute_list: [ OK ] 0.96 sec. 2025-06-05 22:35:57 01921_concurrent_ttl_and_normal_merges_zookeeper_long: [ OK ] 54.84 sec. 2025-06-05 22:35:58 01914_exchange_dictionaries: [ OK ] 1.07 sec. 2025-06-05 22:36:01 01901_test_attach_partition_from: [ OK ] 2.31 sec. 2025-06-05 22:36:06 01852_dictionary_found_rate_long: [ OK ] 5.37 sec. 2025-06-05 22:36:08 01825_type_json_17: [ OK ] 2.13 sec. 2025-06-05 22:36:09 01780_clickhouse_dictionary_source_loop: [ OK ] 1.08 sec. 2025-06-05 22:36:11 01764_table_function_dictionary: [ OK ] 1.09 sec. 2025-06-05 22:36:12 01721_dictionary_decimal_p_s: [ OK ] 1.51 sec. 2025-06-05 22:36:13 01720_dictionary_create_source_with_functions: [ OK ] 1.00 sec. 2025-06-05 22:36:14 01705_normalize_create_alter_function_names: [ OK ] 1.13 sec. 2025-06-05 22:36:19 01685_ssd_cache_dictionary_complex_key: [ OK ] 4.41 sec. 2025-06-05 22:36:22 01681_cache_dictionary_simple_key: [ OK ] 2.96 sec. 2025-06-05 22:36:23 01527_dist_sharding_key_dictGet_reload: [ OK ] 1.32 sec. 2025-06-05 22:37:52 01459_manual_write_to_replicas: [ OK ] 89.11 sec. 2025-06-05 22:38:25 01454_storagememory_data_race_challenge: [ OK ] 32.85 sec. 2025-06-05 22:38:39 01417_freeze_partition_verbose: [ OK ] 13.55 sec. 2025-06-05 22:38:42 01415_overlimiting_threads_for_repica_bug: [ OK ] 2.93 sec. 2025-06-05 22:39:16 01412_cache_dictionary_race: [ OK ] 33.90 sec. 2025-06-05 22:39:28 01410_nullable_key_more_tests: [ OK ] 12.32 sec. 2025-06-05 22:39:30 01375_compact_parts_codecs: [ OK ] 1.66 sec. 2025-06-05 22:39:31 01355_alter_column_with_order: [ OK ] 1.06 sec. 2025-06-05 22:39:47 01338_long_select_and_alter: [ OK ] 16.24 sec. 2025-06-05 22:39:51 01297_create_quota: [ OK ] 4.03 sec. 2025-06-05 22:40:29 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long: [ OK ] 37.56 sec. 2025-06-05 22:40:30 01293_create_role: [ OK ] 1.26 sec. 2025-06-05 22:40:32 01281_unsucceeded_insert_select_queries_counter: [ OK ] 1.21 sec. 2025-06-05 22:40:35 01272_suspicious_codecs: [ OK ] 2.80 sec. 2025-06-05 22:40:36 01269_alias_type_differs: [ OK ] 1.24 sec. 2025-06-05 22:40:40 01268_dictionary_direct_layout: [ OK ] 4.07 sec. 2025-06-05 22:40:41 01254_dict_load_after_detach_attach: [ OK ] 1.16 sec. 2025-06-05 22:40:43 01191_rename_dictionary: [ OK ] 1.84 sec. 2025-06-05 22:40:45 01188_attach_table_from_path: [ OK ] 1.32 sec. 2025-06-05 22:42:21 01171_mv_select_insert_isolation_long: [ OK ] 96.70 sec. 2025-06-05 22:42:22 01129_dict_get_join_lose_constness: [ OK ] 0.81 sec. 2025-06-05 22:42:23 01127_month_partitioning_consistency_select: [ OK ] 0.88 sec. 2025-06-05 22:43:19 01114_database_atomic: [ OK ] 55.29 sec. 2025-06-05 22:43:22 01109_exchange_tables: [ OK ] 3.28 sec. 2025-06-05 22:43:25 01085_max_distributed_connections_http: [ OK ] 2.85 sec. 2025-06-05 22:43:35 01076_cache_dictionary_datarace_exception_ptr: [ OK ] 10.39 sec. 2025-06-05 22:44:28 01076_parallel_alter_replicated_zookeeper: [ OK ] 52.25 sec. 2025-06-05 22:44:30 01070_window_view_watch_events: [ OK ] 2.16 sec. 2025-06-05 22:44:33 01070_modify_ttl: [ OK ] 2.87 sec. 2025-06-05 22:44:45 01037_polygon_dicts_simple_functions: [ OK ] 11.79 sec. 2025-06-05 22:44:51 01018_ddl_dictionaries_bad_queries: [ OK ] 6.62 sec. 2025-06-05 22:45:36 00719_parallel_ddl_db: [ OK ] 44.57 sec. 2025-06-05 22:45:39 00612_http_max_query_size: [ OK ] 3.17 sec. 2025-06-05 22:47:56 00429_long_http_bufferization: [ OK ] 137.15 sec. 2025-06-05 22:48:42 00110_external_sort: [ OK ] 45.63 sec. 2025-06-05 22:48:42 2025-06-05 22:48:42 102 tests passed. 2 tests skipped. 1696.22 s elapsed (MainProcess). 2025-06-05 22:48:50 Won't run stateful tests because test data wasn't loaded. 2025-06-05 22:48:50 Checking the hung queries: done 2025-06-05 22:48:50 2025-06-05 22:48:50 No queries hung. 2025-06-05 22:48:50 2025-06-05 22:48:50 Some tests were restarted: 2025-06-05 22:48:50 2025-06-05 22:48:50 2025-06-05 22:48:50 02221_parallel_replicas_bug : 2025-06-05 22:48:50 [ fail ] 11.15 sec. - having stderror: 2025-06-05 22:48:50 [99eadd2fe63e] 2025.06.05 09:37:39.124089 [ 7482 ] {9e902d21-83bb-42cb-b626-a38cc0bd7690} ConnectionPoolWithFailover: Connection failed at try №1, reason: Code: 210. DB::NetException: Connection refused (127.0.0.3:1234). (NETWORK_ERROR) (version 24.3.18.10425.altinitystable (altinity build)) 2025-06-05 22:48:50 2025-06-05 22:48:50 stdout: 2025-06-05 22:48:50 2025-06-05 22:48:50 2025-06-05 22:48:50 Settings used in the test: --max_insert_threads 9 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 24344758 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5258537 --max_read_buffer_size 929309 --prefer_localhost_replica 0 --max_block_size 41958 --max_threads 27 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 65 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 12729826 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1225333193 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 32 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 1 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 1867407943 --min_compress_block_size 361758 --max_compress_block_size 2516416 --merge_tree_compact_parts_min_granules_to_multibuffer_read 111 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2543011 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --prefer_warmed_unmerged_parts_seconds 2 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.09 2025-06-05 22:48:50 2025-06-05 22:48:50 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 8174443254 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 2026140629 --index_granularity_bytes 10439687 --merge_max_block_size 21546 --index_granularity 26069 --min_bytes_for_wide_part 196834010 --marks_compress_block_size 61792 --primary_key_compress_block_size 76705 --replace_long_file_name_to_hash 1 --max_file_name_length 34 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 239393687 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 4396485 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 2025-06-05 22:48:50 2025-06-05 22:48:50 Database: test_axj8o3ax 2025-06-05 22:48:50 All tests have finished. 2025-06-05 22:48:50 2025-06-05 22:48:50 Top patterns of log messages: 2025-06-05 22:48:50 2025-06-05 22:48:50 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-06-05 22:48:50 2025-06-05 22:48:50 1. 133390 0.113 6.78 MiB 0.048 5 649 ['Trace'] 0 Access granted: {}{} 2025-06-05 22:48:50 2. 119572 0.101 15.64 MiB 0.111 1 375 ['Trace'] 0.001 Query {} to stage {}{} 2025-06-05 22:48:50 3. 119060 0.101 18.15 MiB 0.129 1 373 ['Trace'] 0 Query {} from stage {} to stage {}{} 2025-06-05 22:48:50 4. 47238 0.04 9.77 MiB 0.069 1 302 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-06-05 22:48:50 5. 47223 0.04 7.07 MiB 0.05 3 301 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-06-05 22:48:50 6. 40710 0.034 1.18 MiB 0.008 1 1539 ['Trace'] 0 Aggregation method: {} 2025-06-05 22:48:50 7. 37899 0.032 3.27 MiB 0.023 1 1535 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-06-05 22:48:50 8. 36952 0.031 1.02 MiB 0.007 1 158 ['Debug'] 0.001 Processed in {} sec. 2025-06-05 22:48:50 9. 27735 0.023 2.16 MiB 0.015 1 280 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-06-05 22:48:50 10. 23206 0.02 1.85 MiB 0.013 1 1496 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-06-05 22:48:50 11. 21049 0.018 945.11 KiB 0.007 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-06-05 22:48:50 12. 18283 0.015 1.27 MiB 0.009 1 1925 ['Trace'] 0.474 Reserved {} on local disk {}, having unreserved {}. 2025-06-05 22:48:50 13. 17146 0.015 1.41 MiB 0.01 4 375 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2025-06-05 22:48:50 14. 17124 0.014 1.88 MiB 0.013 4 375 ['Debug'] 0.996 {} Authenticated with global context as user {} 2025-06-05 22:48:50 15. 17094 0.014 1.47 MiB 0.01 4 375 ['Debug'] 0.996 {} Logout, user_id: {} 2025-06-05 22:48:50 16. 17041 0.014 1.82 MiB 0.013 3 301 ['Debug'] 1 {} Creating session context with user_id: {} 2025-06-05 22:48:50 17. 16702 0.014 179.42 KiB 0.001 1 1523 ['Trace'] 0 Aggregating 2025-06-05 22:48:50 18. 14923 0.013 689.70 KiB 0.005 1 294 ['Debug'] 0.173 Peak memory usage{}: {}. 2025-06-05 22:48:50 19. 14711 0.012 1020.05 KiB 0.007 1236 1815 ['Trace'] 0.56 Trying to reserve {} using storage policy from min volume index {} 2025-06-05 22:48:50 20. 14183 0.012 1.61 MiB 0.011 1245 1217 ['Trace'] 0.42 Renaming temporary part {} to {} with tid {}. 2025-06-05 22:48:50 21. 12528 0.011 584.22 KiB 0.004 1 1339 ['Trace'] 0.277 filled checksums {} 2025-06-05 22:48:50 22. 12236 0.01 2.32 MiB 0.017 2 295 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-06-05 22:48:50 23. 12236 0.01 13.27 MiB 0.094 2 295 ['Trace'] 1 Request URI: {} 2025-06-05 22:48:50 24. 11945 0.01 244.97 KiB 0.002 2 295 ['Debug'] 0.209 Done processing query 2025-06-05 22:48:50 25. 8392 0.007 657.36 KiB 0.005 632 108 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-06-05 22:48:50 26. 8238 0.007 1023.23 KiB 0.007 1 2 ['Trace'] 1 Creating part at path {} 2025-06-05 22:48:50 27. 7584 0.006 247.76 KiB 0.002 1 158 ['Trace'] 1 TCP Request. Address: {} 2025-06-05 22:48:50 28. 7578 0.006 732.83 KiB 0.005 1 158 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-06-05 22:48:50 29. 7525 0.006 198.41 KiB 0.001 1 148 ['Debug'] 1 Done processing connection. 2025-06-05 22:48:50 30. 7310 0.006 164.19 KiB 0.001 1 1380 ['Trace'] 0 Merging aggregated data 2025-06-05 22:48:50 31. 6743 0.006 631.07 KiB 0.004 1 48 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-06-05 22:48:50 32. 6517 0.006 691.97 KiB 0.005 1 31 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-06-05 22:48:50 33. 6202 0.005 163.84 KiB 0.001 708 126 ['Debug'] 0.005 Key condition: {} 2025-06-05 22:48:50 34. 6103 0.005 694.19 KiB 0.005 700 126 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-06-05 22:48:50 35. 5729 0.005 201.41 KiB 0.001 1 139 ['Trace'] 0.005 Converting aggregated data to blocks 2025-06-05 22:48:50 36. 5722 0.005 608.78 KiB 0.004 1 132 ['Debug'] 0.003 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-06-05 22:48:50 37. 5582 0.005 288.91 KiB 0.002 621 126 ['Trace'] 0.006 Spreading mark ranges among streams (default reading) 2025-06-05 22:48:50 38. 5356 0.005 425.03 KiB 0.003 99 1146 ['Trace'] 0.829 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-06-05 22:48:50 39. 4909 0.004 420.67 KiB 0.003 121 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-06-05 22:48:50 40. 4792 0.004 369.70 KiB 0.003 1 249 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-06-05 22:48:50 41. 4736 0.004 658.81 KiB 0.005 82 511 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-06-05 22:48:50 42. 4629 0.004 412.62 KiB 0.003 100 523 ['Trace'] 0.975 Insert entry {} to queue with type {} 2025-06-05 22:48:50 43. 4030 0.003 159.44 KiB 0.001 79 35 ['Debug'] 0.619 Committing part {} to zookeeper 2025-06-05 22:48:50 44. 3856 0.003 97.91 KiB 0.001 98 523 ['Debug'] 0.978 Pulled {} entries to queue. 2025-06-05 22:48:50 45. 3856 0.003 222.17 KiB 0.002 98 523 ['Debug'] 0.978 Pulling {} entries to queue: {} - {} 2025-06-05 22:48:50 46. 3706 0.003 142.77 KiB 0.001 76 32 ['Debug'] 0.671 Part {} committed to zookeeper 2025-06-05 22:48:50 47. 3522 0.003 449.40 KiB 0.003 1 64 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 2025-06-05 22:48:50 48. 3448 0.003 201.06 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-06-05 22:48:50 49. 3448 0.003 124.92 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {} 2025-06-05 22:48:50 50. 3104 0.003 394.34 KiB 0.003 1 512 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-06-05 22:48:50 51. 3104 0.003 616.13 KiB 0.004 1 512 ['Information'] 1 Removing metadata {} of dropped table {} 2025-06-05 22:48:50 52. 3101 0.003 230.15 KiB 0.002 1 74 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-06-05 22:48:50 53. 2996 0.003 452.27 KiB 0.003 1 676 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-06-05 22:48:50 54. 2996 0.003 339.39 KiB 0.002 1 690 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-06-05 22:48:50 55. 2820 0.002 57.83 KiB 0 1 1207 ['Debug'] 1 Stop worker in {} 2025-06-05 22:48:50 56. 2820 0.002 88.13 KiB 0.001 1 954 ['Debug'] 0.503 Spawn loader worker #{} in {} 2025-06-05 22:48:50 57. 2820 0.002 186.03 KiB 0.001 1 877 ['Debug'] 1 Execute load job '{}' in {} 2025-06-05 22:48:50 58. 2820 0.002 197.04 KiB 0.001 1 877 ['Debug'] 1 Finish load job '{}' with status {} 2025-06-05 22:48:50 59. 2820 0.002 194.29 KiB 0.001 1 81 ['Debug'] 0.002 Schedule load job '{}' into {} 2025-06-05 22:48:50 60. 2819 0.002 224.50 KiB 0.002 1 81 ['Debug'] 0.001 Prioritize load job '{}': {} -> {} 2025-06-05 22:48:50 61. 2795 0.002 367.81 KiB 0.003 53 31 ['Debug'] 1 Fetching part {} from {}:{} 2025-06-05 22:48:50 62. 2784 0.002 24.47 KiB 0 2 81 ['Trace'] 0.001 No tables 2025-06-05 22:48:50 63. 2772 0.002 92.04 KiB 0.001 1 934 ['Debug'] 0.501 Change current priority: {} -> {} 2025-06-05 22:48:50 64. 2758 0.002 99.65 KiB 0.001 52 22 ['Trace'] 1 Checking disk {} with type {} 2025-06-05 22:48:50 65. 2758 0.002 237.02 KiB 0.002 52 22 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2025-06-05 22:48:50 66. 2631 0.002 133.52 KiB 0.001 148 546 ['Debug'] 0.879 Selected {} parts from {} to {} 2025-06-05 22:48:50 67. 2564 0.002 97.24 KiB 0.001 159 78 ['Debug'] 0.005 Reading approx. {} rows with {} streams 2025-06-05 22:48:50 68. 2518 0.002 86.00 KiB 0.001 1 54 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-06-05 22:48:50 69. 2518 0.002 203.13 KiB 0.001 1 54 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-06-05 22:48:50 70. 2512 0.002 322.99 KiB 0.002 1 54 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-06-05 22:48:50 71. 2507 0.002 154.47 KiB 0.001 150 54 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-06-05 22:48:50 72. 2500 0.002 374.12 KiB 0.003 1 49 ['Debug'] 0 Before join block: '{}' 2025-06-05 22:48:50 73. 2499 0.002 591.62 KiB 0.004 1 49 ['Debug'] 0 After join block: '{}' 2025-06-05 22:48:50 74. 2496 0.002 46.35 KiB 0 51 23 ['Debug'] 1 Downloading files {} 2025-06-05 22:48:50 75. 2494 0.002 59.05 KiB 0 50 35 ['Trace'] 1 Sending part {} 2025-06-05 22:48:50 76. 2494 0.002 211.89 KiB 0.001 51 23 ['Trace'] 1 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2025-06-05 22:48:50 77. 2494 0.002 115.07 KiB 0.001 51 23 ['Debug'] 1 Downloading part {} onto disk {}. 2025-06-05 22:48:50 78. 2490 0.002 136.77 KiB 0.001 51 23 ['Debug'] 1 Download of part {} onto disk {} finished. 2025-06-05 22:48:50 79. 2488 0.002 332.45 KiB 0.002 51 22 ['Debug'] 1 Fetched part {} from {}:{}{} 2025-06-05 22:48:50 80. 2460 0.002 366.99 KiB 0.003 1 246 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-06-05 22:48:50 81. 2460 0.002 121.26 KiB 0.001 1 246 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-06-05 22:48:50 82. 2379 0.002 213.79 KiB 0.001 1 1054 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-06-05 22:48:50 83. 2348 0.002 164.73 KiB 0.001 1 534 ['Trace'] 0.842 Rolling back transaction {}{} 2025-06-05 22:48:50 84. 2338 0.002 257.78 KiB 0.002 1126 492 ['Debug'] 0.971 Removing {} parts from filesystem (serially): Parts: [{}] 2025-06-05 22:48:50 85. 2273 0.002 278.09 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-06-05 22:48:50 86. 2263 0.002 70.73 KiB 0 1 75 ['Debug'] 0.006 min_marks_for_concurrent_read={} 2025-06-05 22:48:50 87. 2124 0.002 62.25 KiB 0 80 1011 ['Trace'] 0 Found (RIGHT) boundary mark: {} 2025-06-05 22:48:50 88. 2124 0.002 139.79 KiB 0.001 80 1011 ['Trace'] 0 Running binary search on index range for part {} ({} marks) 2025-06-05 22:48:50 89. 2124 0.002 64.76 KiB 0 80 1011 ['Trace'] 0 Found {} range in {} steps 2025-06-05 22:48:50 90. 2124 0.002 60.16 KiB 0 80 1011 ['Trace'] 0 Found (LEFT) boundary mark: {} 2025-06-05 22:48:50 91. 1915 0.002 453.76 KiB 0.003 1 322 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2025-06-05 22:48:50 92. 1756 0.001 140.11 KiB 0.001 1 997 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2025-06-05 22:48:50 93. 1723 0.001 112.42 KiB 0.001 1 292 ['Trace'] 0.007 {}Join data is being destroyed, {} bytes and {} rows in hash table 2025-06-05 22:48:50 94. 1652 0.001 59.24 KiB 0 114 73 ['Debug'] 0 MinMax index condition: {} 2025-06-05 22:48:50 95. 1618 0.001 116.87 KiB 0.001 80 1031 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2025-06-05 22:48:50 96. 1613 0.001 204.49 KiB 0.001 1 83 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}' 2025-06-05 22:48:50 97. 1568 0.001 114.22 KiB 0.001 47 884 ['Trace'] 0 Used generic exclusion search over index for part {} with {} steps 2025-06-05 22:48:50 98. 1544 0.001 48.49 KiB 0 19 36 ['Debug'] 0 Requested flush up to offset {} 2025-06-05 22:48:50 99. 1495 0.001 108.50 KiB 0.001 1 76 ['Trace'] 0.008 The min valid primary key position for moving to the tail of PREWHERE is {} 2025-06-05 22:48:51 100. 1437 0.001 25.26 KiB 0 1375 96 ['Debug'] 0.017 Loading data parts 2025-06-05 22:48:51 2025-06-05 22:48:51 2025-06-05 22:48:51 2025-06-05 22:48:51 Top messages without format string (fmt::runtime): 2025-06-05 22:48:51 2025-06-05 22:48:51 count pattern runtime_message line 2025-06-05 22:48:51 2025-06-05 22:48:51 1. 8 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-06-05 22:48:51 2025-06-05 22:48:51 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',219) 2025-06-05 22:48:51 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 27 ('expand'): expand c, d;. Max query size exceeded: 'expand'. (SYNTAX_ERROR) (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:37846) (comment: 02366_kql_mvexpand.sql) (in query: ('/executeQuery.cpp',219) 2025-06-05 22:48:51 3. 4 CodeDBExceptionExpectedargumento Code: 395. DB::Exception: Expected argument of data type real: while executing 'FUNCTION throwIf(_CAST(true_Bool, 'Bool'_String) :: 1, 'Expected argument of data type real'_String :: 2) -> throwIf(_CAST(true_Bool, 'Bool'_String), 'Expected argument of data ('/executeQuery.cpp',219) 2025-06-05 22:48:51 4. 4 CodeDBExceptionReceivedfromlocal Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for query) exceeded: would use 20.01 MiB (attempt to allocate chunk of 1049600 bytes), maximum: 20.00 MiB.: While executing AggregatingTransform: while pushing to view tes ('/executeQuery.cpp',219) 2025-06-05 22:48:51 5. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-06-05 22:48:51 2025-06-05 22:48:51 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2025-06-05 22:48:51 6. 2 CannotflushCodeDBExceptionReceiv Cannot flush: Code: 516. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-06-05 22:48:51 2025-06-05 22:48:51 If you have installed ClickHouse and forgot password you can reset it in the co ('/Exception.cpp',222) 2025-06-05 22:48:51 7. 1 PocoExceptionCodeecodeExceptionU Poco::Exception. Code: 1000, e.code() = 0, Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi', 'es'. (version 24.3.18.10425.altinitystable (alti ('/executeQuery.cpp',219) 2025-06-05 22:48:51 8. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 9. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 10. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2025-06-05 22:48:51 peer 1, DC ID 0, localhost:9234, voting member, 1 2025-06-05 22:48:51 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 11. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 12. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 13. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2025-06-05 22:48:51 14. 1 CodeDBExceptionExceptionUnsuppor Code: 1000. DB::Exception: Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi', 'es'. (POCO_EXCEPTION), Stack trace (when copying this message, a ('/TCPHandler.cpp',701) 2025-06-05 22:48:51 15. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-06-05 22:48:51 commit index 0 2025-06-05 22:48:51 term 0 2025-06-05 22:48:51 election timer allowed 2025-06-05 22:48:51 log store start 1, end 0 2025-06-05 22:48:51 config log idx 0, prev log idx 0 2025-06-05 22:48:51 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 16. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 17. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 2025-06-05 22:48:51 my id: 1, voting_member 2025-06-05 22:48:51 num peers: 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 18. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 19. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 20. 1 startingup starting up ('',0) 2025-06-05 22:48:51 21. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 22. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 23. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50) 2025-06-05 22:48:51 24. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 25. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 26. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 27. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 28. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2025-06-05 22:48:51 29. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-06-05 22:49:13 30. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43) 2025-06-05 22:49:13 2025-06-05 22:49:13 2025-06-05 22:49:13 2025-06-05 22:49:13 Top messages not matching their format strings: 2025-06-05 22:49:13 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 1. Query {} to stage {}{} 103 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 2. Query {} from stage {} to stage {}{} 103 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 3. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 76 /var/lib/clickhouse/store/a37/a37c6105-7231-44e1-9272-9066bbe3b00a/tmp_merge_202506_67_72_1/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 4. 24 Forked a child process to watch 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 5. Illegal UTF-8 sequence, while processing '{}' 12 Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8(materialize('hello'_String) :: 3, materialize('�'_String) :: 1) -> stringJaccardIndexUTF8(materialize('hello'_String), materialize('�'_String)) Float64 : 2'. (BAD_ARGUMENTS) (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:60108) (comment: 02884_string_distance_function.sql) (in query: SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('\xC2\x01'));), Stack trace (when copying this message, always include the lines below): 2025-06-05 22:49:13 2025-06-05 22:49:13 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000001d2e15a3 2025-06-05 22:49:13 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000eff24b4 2025-06-05 22:49:13 2. DB::Exception::Exception(int, FormatStringHelperImpl::type>, StringRef&&) @ 0x0000000007ec54c6 2025-06-05 22:49:13 3. DB::ByteJaccardIndexImpl::process(char const*, unsigned long, char const*, unsigned long) @ 0x0000000007ec775b 2025-06-05 22:49:13 4. DB::FunctionsStringSimilarity>, DB::NameJaccardIndexUTF8>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000007ec612b 2025-06-05 22:49:13 5. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000075f5371 2025-06-05 22:49:13 6. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:117: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000001573946b 2025-06-05 22:49:13 7. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:117: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000001573a0d2 2025-06-05 22:49:13 8. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000001573c249 2025-06-05 22:49:13 9. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:117: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x000000001697be60 2025-06-05 22:49:13 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:0: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x0000000019a2d9d1 2025-06-05 22:49:13 11. ./contrib/llvm-project/libcxx/include/__utility/swap.h:35: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000011b3cb74 2025-06-05 22:49:13 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:99: DB::ISimpleTransform::work() @ 0x000000001966fea5 2025-06-05 22:49:13 13. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x0000000019699c95 2025-06-05 22:49:13 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000001968bcd0 2025-06-05 22:49:13 15. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000001968a4ca 2025-06-05 22:49:13 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000001968a1bf 2025-06-05 22:49:13 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:94: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000001969e2bc 2025-06-05 22:49:13 18. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000000f0d1de0 2025-06-05 22:49:13 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000000f0d85d2 2025-06-05 22:49:13 20. __tsan_thread_start_func @ 0x000000000706b0cf 2025-06-05 22:49:13 21. ? @ 0x00007f81b8b0aac3 2025-06-05 22:49:13 22. ? @ 0x00007f81b8b9c850 2025-06-05 22:49:13 2025-06-05 22:49:13 message_format_string count() any_message 2025-06-05 22:49:13 2025-06-05 22:49:13 6. (from {}{}{}){}{} {} (stage: {}) 4 (from [::1]:41594) (comment: 02687_native_fuzz.sql) -- It correctly throws exception about incorrect data instead of a low-level exception about the allocator: 2025-06-05 22:49:13 SELECT * FROM format(Native, 'WatchID Int64, JavaEnable Int16, UTMCaTitle String, GoodEvent Int16, EventTime DateTime, EventDate Date, Countem String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int16', $$ ��������������������������������������������������������������������������'���X+��'���X+��'���URLHashInt64�|3��b.��|3��b.��|3��b.��|3��b.�� 2025-06-05 22:49:13 o���e�� �#�\X-h��X v�v����h��9�D�|3��b.�CLIDInt32�$$); (stage: Complete) 2025-06-05 22:49:13 2025-06-05 22:49:13 2025-06-05 22:49:13 2025-06-05 22:49:13 Top short messages: 2025-06-05 22:49:13 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 1. 129 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) String(size = 1) String(size = 1) String(size = 30 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 2. 12 Illegal UTF-8 sequence, while processing '{}' Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8 -1 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 3. 10 Creating {}: {} Creating table test_vubcas9s.tp_1: CREATE TABLE IF NOT EXISTS test_vubcas9s.tp_1 UUID 'faf59c9b-566a-40c7-b4cc-d38e05c84 124 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 4. 5 {} Server was built with sanitizer. It will work slowly. 27 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 5. 5 Froze {} parts Froze 10 parts -13 2025-06-05 22:49:14 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-06-05 22:49:14 2025-06-05 22:49:14 6. 2 Invalid cache key hex: {} Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS) (version 24.3.18.10425.altinitystable (altinity bui 27 2025-06-05 22:49:14 2025-06-05 22:49:14 2025-06-05 22:49:14 2025-06-05 22:49:14 Top messages by level: 2025-06-05 22:49:14 2025-06-05 22:49:14 (0.0003753972743114123,'Update failed for dictionary \'{}\': {}') Error 2025-06-05 22:49:14 (0.000046501914610647927,'Connection failed at try №{}, reason: {}') Warning 2025-06-05 22:49:14 (0.002624398962753657,'Removing metadata {} of dropped table {}') Information 2025-06-05 22:49:14 (0.03994260818247689,'(from {}{}{}){}{} {} (stage: {})') Debug 2025-06-05 22:49:14 (0.11278405271795236,'Access granted: {}{}') Trace 2025-06-05 22:49:14 2025-06-05 22:49:14 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137448 drwxr-xr-x 1 root root 4096 Jun 5 22:28 . drwxr-xr-x 1 root root 4096 Jun 5 22:28 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 21:56 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jun 5 22:01 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Jun 5 22:01 __azurite_db_blob__.json -rw-r--r-- 1 root root 52117 Jun 5 22:48 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 5 22:01 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8800 Jun 5 21:56 broken_tests.json drwxr-xr-x 5 root root 340 Jun 5 22:00 dev -rwxr-xr-x 1 root root 0 Jun 5 22:00 .dockerenv drwxr-xr-x 1 root root 4096 Jun 5 22:00 etc drwxr-xr-x 1 1000 1000 4096 Jun 5 22:01 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 Jun 5 22:01 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 5 22:00 package_folder drwxr-x--- 2 root root 4096 Jun 5 22:03 preprocessed_configs dr-xr-xr-x 310 root root 0 Jun 5 22:00 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py -rw-r--r-- 1 root root 29 Jun 5 22:06 queries_02352 drwx------ 1 root root 4096 Jun 5 22:44 root drwxr-xr-x 1 root root 4096 Jun 5 22:00 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jun 5 22:01 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 22:00 sys drwxrwxr-x 2 1000 1000 4096 Jun 5 22:02 test_output drwxrwxrwt 1 root root 40960 Jun 5 22:49 tmp drwxr-xr-x 2 root root 4096 Jun 5 22:02 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137448 drwxr-xr-x 1 root root 4096 Jun 5 22:28 . drwxr-xr-x 1 root root 4096 Jun 5 22:28 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 21:56 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jun 5 22:01 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Jun 5 22:01 __azurite_db_blob__.json -rw-r--r-- 1 root root 52117 Jun 5 22:48 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 5 22:01 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8800 Jun 5 21:56 broken_tests.json drwxr-xr-x 5 root root 340 Jun 5 22:00 dev -rwxr-xr-x 1 root root 0 Jun 5 22:00 .dockerenv drwxr-xr-x 1 root root 4096 Jun 5 22:00 etc drwxr-xr-x 1 1000 1000 4096 Jun 5 22:01 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 Jun 5 22:01 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 5 22:00 package_folder drwxr-x--- 2 root root 4096 Jun 5 22:03 preprocessed_configs dr-xr-xr-x 310 root root 0 Jun 5 22:00 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py -rw-r--r-- 1 root root 29 Jun 5 22:06 queries_02352 drwx------ 1 root root 4096 Jun 5 22:44 root drwxr-xr-x 1 root root 4096 Jun 5 22:00 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jun 5 22:01 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 22:00 sys drwxrwxr-x 2 1000 1000 4096 Jun 5 22:02 test_output drwxrwxrwt 1 root root 40960 Jun 5 22:49 tmp drwxr-xr-x 2 root root 4096 Jun 5 22:02 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-06-05 22:49:14,313 File /analyzer_tech_debt.txt with broken tests found 2025-06-05 22:49:14,315 File /broken_tests.json with broken tests found 2025-06-05 22:49:14,315 Broken tests in the list: 73 2025-06-05 22:49:14,315 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-06-05 22:49:14,331 Is flaky check: False 2025-06-05 22:49:14,331 Result parsed 2025-06-05 22:49:14,333 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + xargs -n1 -r -i clickhouse-client --query 'drop table {}' + tee /dev/stderr xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ==57728==Installed the sigaction for signal 11 ==57728==Installed the sigaction for signal 7 ==57728==Installed the sigaction for signal 8 ==57728==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 57728) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Sent terminate signal to process with pid 736. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 does not exist. Server stopped Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 1 last released: 4K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3328 frees: 2304 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 1 last released: 40K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 44K releases: 1 last released: 16K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 124K releases: 1 last released: 60K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 15 times, remains 0 (0 K) max 1 M; by size logs: 20:15; + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + zstd --threads=0 + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]